Skip to content
Snippets Groups Projects
Verified Commit e58c1436 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Add missing headers for windows

parent 77eb0d62
No related branches found
Tags v0.1.0
No related merge requests found
#include "identiconstyle.h"
#include <stdexcept>
IdenticonStyle::IdenticonStyle() {}
IdenticonStyle::IdenticonStyle(IdenticonStyle &other)
......
#include "colortheme.h"
#include <stdexcept>
namespace rendering {
ColorTheme::ColorTheme(qreal hue, IdenticonStyle &style)
......
#include "colorutils.h"
#include <stdexcept>
namespace rendering {
QList<qreal> ColorUtils::lightnessCompensation_ = {0.55, 0.5, 0.5, 0.46, 0.6, 0.55, 0.55};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment