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

index 2ee25361..5b9c58e9 100644 --- a/include/TopRoomBar.h +++ b/include/TopRoomBar.h
@@ -41,7 +41,6 @@ class TopRoomBar : public QWidget Q_OBJECT public: TopRoomBar(QWidget *parent = 0); - ~TopRoomBar(); void updateRoomAvatar(const QImage &avatar_image); void updateRoomAvatar(const QIcon &icon);