summary refs log tree commit diff
path: root/src/ChatPage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChatPage.h')
-rw-r--r--src/ChatPage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ChatPage.h b/src/ChatPage.h

index 9cbf2a03..66e4c6ab 100644 --- a/src/ChatPage.h +++ b/src/ChatPage.h
@@ -78,8 +78,8 @@ public: QString currentRoom() const; public slots: - void handleMatrixUri(const QByteArray &uri); - void handleMatrixUri(const QUrl &uri); + bool handleMatrixUri(const QByteArray &uri); + bool handleMatrixUri(const QUrl &uri); void startChat(QString userid); void leaveRoom(const QString &room_id);