diff options
Diffstat (limited to 'mobile-widgets/themeinterface.h')
-rw-r--r-- | mobile-widgets/themeinterface.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mobile-widgets/themeinterface.h b/mobile-widgets/themeinterface.h index e364d74b5..e4e61144f 100644 --- a/mobile-widgets/themeinterface.h +++ b/mobile-widgets/themeinterface.h @@ -36,7 +36,6 @@ class ThemeInterface : public QObject { public: static ThemeInterface *instance(); - void setup(QQmlContext *ct); double currentScale(); public slots: @@ -66,7 +65,7 @@ signals: void currentThemeChanged(); private: - ThemeInterface() {} + ThemeInterface(); void update_theme(); QColor m_backgroundColor; |