From 05fbb7833951df9176bcadb3da809ff41f2e7d56 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 10 Apr 2018 23:52:11 +0200 Subject: Add clock, refactor settings class to be static --- src/global.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/global.cpp') 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; -- cgit v1.2.3-55-g7522