summaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
authorFerran Pujol Camins <ferranpujolcamins@gmail.com>2019-11-03 09:47:13 +0100
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-02-28 23:47:05 +0100
commitf68f28c554cc09ab373260c6bbeb8047a0942455 (patch)
treed25bb6a3cf59c51daf018a571b54bd8a48bb002e /src/util
parentf017447d841f57ea526101b622c645de9bb36fc9 (diff)
Remove PredefinedColors from controller scripts
... and use QColor instead.
Diffstat (limited to 'src/util')
-rw-r--r--src/util/color/hotcuecolorpalette.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/util/color/hotcuecolorpalette.cpp b/src/util/color/hotcuecolorpalette.cpp
index ab51fde7a0..0bac5436bd 100644
--- a/src/util/color/hotcuecolorpalette.cpp
+++ b/src/util/color/hotcuecolorpalette.cpp
@@ -5,8 +5,7 @@
#include "hotcuecolorpalette.h"
const HotcueColorPalette HotcueColorPalette::mixxxPalette =
- HotcueColorPalette(QList<QColor>{
- QColor("#c50a08"),
+ HotcueColorPalette(QList<QColor>{QColor("#c50a08"),
QColor("#32be44"),
QColor("#0044ff"),
QColor("#f8d200"),