refactoring

This commit is contained in:
fourtf
2017-04-12 17:46:44 +02:00
parent 8ef492d7ae
commit 96db82e867
114 changed files with 5554 additions and 3703 deletions
+3 -4
View File
@@ -61,8 +61,7 @@ public:
const int HighlightColorCount = 3;
QColor HighlightColors[3];
static ColorScheme &
getInstance()
static ColorScheme &getInstance()
{
static ColorScheme instance;
@@ -87,8 +86,8 @@ private:
qreal middleLookupTable[360] = {};
qreal minLookupTable[360] = {};
void fillLookupTableValues(qreal (&array)[360], qreal from, qreal to,
qreal fromValue, qreal toValue);
void fillLookupTableValues(qreal (&array)[360], qreal from, qreal to, qreal fromValue,
qreal toValue);
};
}