juicy compiler error

This commit is contained in:
fourtf
2017-01-11 18:52:09 +01:00
parent 580a411e9d
commit 854566b57f
63 changed files with 1481 additions and 1067 deletions
+7 -4
View File
@@ -1,8 +1,8 @@
#ifndef COLORSCHEME_H
#define COLORSCHEME_H
#include <QColor>
#include <QBrush>
#include <QColor>
class ColorScheme
{
@@ -56,7 +56,8 @@ public:
const int HighlightColorCount = 3;
QColor HighlightColors[3];
static ColorScheme& instance()
static ColorScheme &
instance()
{
static ColorScheme instance;
@@ -66,7 +67,9 @@ public:
void setColors(float hue, float multiplyer);
private:
ColorScheme() {}
ColorScheme()
{
}
};
#endif // COLORSCHEME_H
#endif // COLORSCHEME_H