summary refs log tree commit diff
path: root/include/RoomList.h
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-05-14 16:31:59 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-05-14 16:31:59 +0300
commit7502f167aec63002a1724c165f63ed974bc0c3bf (patch)
treea75dfbae716caed5bda359dabe4b930a8022af08 /include/RoomList.h
parentFix ripple size on RoomListItem (diff)
downloadnheko-7502f167aec63002a1724c165f63ed974bc0c3bf.tar.xz
Use QSharedPointer to manage TimelineViews and RoomInfoListItems
Diffstat (limited to 'include/RoomList.h')
-rw-r--r--include/RoomList.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/RoomList.h b/include/RoomList.h

index 8bb962e0..348b1e28 100644 --- a/include/RoomList.h +++ b/include/RoomList.h
@@ -60,7 +60,7 @@ private: Ui::RoomList *ui; - QMap<QString, RoomInfoListItem *> rooms_; + QMap<QString, QSharedPointer<RoomInfoListItem>> rooms_; QSharedPointer<MatrixClient> client_; };