summary refs log tree commit diff
path: root/include/ui/Theme.h
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-02-10 16:29:09 +0200
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-02-10 16:29:09 +0200
commitba8faa357f78561d00b3acf694644b7c3d0bd92b (patch)
tree454a3eb27f5327937f992eba5074a4a4b672f41e /include/ui/Theme.h
parentMove LeaveRoom dialog to MainWindow (#87) (diff)
downloadnheko-ba8faa357f78561d00b3acf694644b7c3d0bd92b.tar.xz
Remove empty destructors
Diffstat (limited to 'include/ui/Theme.h')
-rw-r--r--include/ui/Theme.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/ui/Theme.h b/include/ui/Theme.h

index c2e4ab59..0ce5ef04 100644 --- a/include/ui/Theme.h +++ b/include/ui/Theme.h
@@ -84,7 +84,6 @@ class Theme : public QObject Q_OBJECT public: explicit Theme(QObject *parent = 0); - ~Theme(); QColor getColor(const QString &key) const;