summary refs log tree commit diff
path: root/include/CommunitiesList.h
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-04-28 15:27:12 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-04-28 15:27:12 +0300
commit7621dc0cb028ff15ac2375c31a1dd6fd64b4b94b (patch)
treead22bea3f559aabfe4a6c57ca5bea79b89efe5de /include/CommunitiesList.h
parentRemove old/unused code (diff)
downloadnheko-7621dc0cb028ff15ac2375c31a1dd6fd64b4b94b.tar.xz
Fix UI inconsistencies between room list & communities
fixes #204
fixes #255
Diffstat (limited to 'include/CommunitiesList.h')
-rw-r--r--include/CommunitiesList.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/CommunitiesList.h b/include/CommunitiesList.h

index d03d32a2..81408f58 100644 --- a/include/CommunitiesList.h +++ b/include/CommunitiesList.h
@@ -30,6 +30,8 @@ public slots: void highlightSelectedCommunity(const QString &id); private: + void addGlobalItem() { addCommunity(QSharedPointer<Community>(new Community), "world"); } + //! Check whether or not a community id is currently managed. bool communityExists(const QString &id) {