summaryrefslogtreecommitdiffstats
path: root/src/global.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/global.cpp')
-rw-r--r--src/global.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/global.cpp b/src/global.cpp
index 1a3cf80..fd6e321 100644
--- a/src/global.cpp
+++ b/src/global.cpp
@@ -55,7 +55,7 @@ bool Global::startSession()
QImage Global::getConfigGradient()
{
QImage img;
- const QStringList cols = Settings().gradientColors();
+ const QStringList cols = Settings::gradientColors();
qWarning() << "Got gradient color list: " << cols;
if (cols.length() == 4 || cols.length() == 2) {
bool ok = true;