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

index a49e7911..f3ea16a1 100644 --- a/include/LoginPage.h +++ b/include/LoginPage.h
@@ -35,7 +35,6 @@ class LoginPage : public QWidget public: LoginPage(QSharedPointer<MatrixClient> client, QWidget *parent = 0); - ~LoginPage(); void reset();