summary refs log tree commit diff
path: root/include/ui/Label.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/Label.h
parentMove LeaveRoom dialog to MainWindow (#87) (diff)
downloadnheko-ba8faa357f78561d00b3acf694644b7c3d0bd92b.tar.xz
Remove empty destructors
Diffstat (limited to 'include/ui/Label.h')
-rw-r--r--include/ui/Label.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/ui/Label.h b/include/ui/Label.h

index 66e98115..09cf27d7 100644 --- a/include/ui/Label.h +++ b/include/ui/Label.h
@@ -11,7 +11,6 @@ public: explicit Label(const QString &text, QWidget *parent = Q_NULLPTR, Qt::WindowFlags f = Qt::WindowFlags()); - ~Label() override {} signals: void clicked(QMouseEvent *e);