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

index d3ae307f..f676a4d8 100644 --- a/src/TopRoomBar.cc +++ b/src/TopRoomBar.cc
@@ -233,5 +233,3 @@ TopRoomBar::updateRoomTopic(QString topic) roomTopic_ = topic; update(); } - -TopRoomBar::~TopRoomBar() {}