diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-09-20 21:26:28 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-09-20 21:26:46 +0200 |
commit | 421b15c05c605c8f4adc63433b00e37d56ac9da8 (patch) | |
tree | 47d1c7e745b07bda4fe17fe8b4348b1d08265e0e /src/ui/RoomSummary.h | |
parent | Merge pull request #1189 from Bubu/patch-1 (diff) | |
download | nheko-421b15c05c605c8f4adc63433b00e37d56ac9da8.tar.xz |
Show the community of a room
Diffstat (limited to '')
-rw-r--r-- | src/ui/RoomSummary.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/RoomSummary.h b/src/ui/RoomSummary.h index 416a4867..f5085054 100644 --- a/src/ui/RoomSummary.h +++ b/src/ui/RoomSummary.h @@ -69,6 +69,7 @@ public: bool isLoaded() const { return room.has_value() || loaded_; } Q_INVOKABLE void join(); + Q_INVOKABLE void promptJoin(); signals: void loaded(); |