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

index 28d0a8a4..9165680b 100644 --- a/src/RegisterPage.cc +++ b/src/RegisterPage.cc
@@ -177,5 +177,3 @@ RegisterPage::paintEvent(QPaintEvent *) QPainter p(this); style()->drawPrimitive(QStyle::PE_Widget, &opt, &p, this); } - -RegisterPage::~RegisterPage() {}