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

index b99b354f..7ceffd22 100644 --- a/include/RoomList.h +++ b/include/RoomList.h
@@ -44,7 +44,6 @@ public: RoomList(QSharedPointer<MatrixClient> client, QSharedPointer<UserSettings> userSettings, QWidget *parent = 0); - ~RoomList(); void setCache(QSharedPointer<Cache> cache) { cache_ = cache; } void setInitialRooms(const std::map<QString, QSharedPointer<RoomSettings>> &settings,