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
No related tags found
No related merge requests found
#include "identiconstyle.h" #include "identiconstyle.h"
#include <stdexcept>
IdenticonStyle::IdenticonStyle() {} IdenticonStyle::IdenticonStyle() {}
IdenticonStyle::IdenticonStyle(IdenticonStyle &other) IdenticonStyle::IdenticonStyle(IdenticonStyle &other)
......
#include "colortheme.h" #include "colortheme.h"
#include <stdexcept>
namespace rendering { namespace rendering {
ColorTheme::ColorTheme(qreal hue, IdenticonStyle &style) ColorTheme::ColorTheme(qreal hue, IdenticonStyle &style)
......
#include "colorutils.h" #include "colorutils.h"
#include <stdexcept>
namespace rendering { namespace rendering {
QList<qreal> ColorUtils::lightnessCompensation_ = {0.55, 0.5, 0.5, 0.46, 0.6, 0.55, 0.55}; 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