summary refs log tree commit diff
path: root/src/RoomDirectoryModel.h
diff options
context:
space:
mode:
authorkamathmanu <manuriddle@gmail.com>2021-08-04 14:12:10 -0400
committerkamathmanu <manuriddle@gmail.com>2021-08-07 17:00:28 -0400
commit4ec0c8c9bb384dcaeb9c18bb359cbd4e1e95e9c1 (patch)
tree497595085f6a4413b2453292812ca4c3f1f0865b /src/RoomDirectoryModel.h
parentFixed anchoring/positioning of delegate items and join room display (diff)
downloadnheko-4ec0c8c9bb384dcaeb9c18bb359cbd4e1e95e9c1.tar.xz
make lint
Diffstat (limited to 'src/RoomDirectoryModel.h')
-rw-r--r--src/RoomDirectoryModel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/RoomDirectoryModel.h b/src/RoomDirectoryModel.h

index 7099ff00..c7089a1e 100644 --- a/src/RoomDirectoryModel.h +++ b/src/RoomDirectoryModel.h
@@ -56,7 +56,7 @@ public: } void fetchMore(const QModelIndex &) override; - Q_INVOKABLE bool canJoinRoom(const QByteArray &room); + Q_INVOKABLE bool canJoinRoom(const QByteArray &room); Q_INVOKABLE void joinRoom(const int &index = -1); signals: