summary refs log tree commit diff
path: root/src/ui/ThemeManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/ThemeManager.h')
-rw-r--r--src/ui/ThemeManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/ThemeManager.h b/src/ui/ThemeManager.h

index 5e86c68f..de5307ed 100644 --- a/src/ui/ThemeManager.h +++ b/src/ui/ThemeManager.h
@@ -16,7 +16,7 @@ public: QColor themeColor(const QString &key) const; private: - ThemeManager(); + ThemeManager() {} ThemeManager(ThemeManager const &); void operator=(ThemeManager const &);