Add QR code scanner

This commit is contained in:
Tobias Fella
2023-12-16 16:46:30 +01:00
parent fbb4b962fa
commit c3fd2428a2
12 changed files with 319 additions and 41 deletions

View File

@@ -215,6 +215,9 @@ public:
void setConnection(NeoChatConnection *connection);
Q_SIGNALS:
/** Ask the user whether the room should be joined. */
void askJoinRoom(const QString &nameOrId);
void currentRoomChanged();
/**
@@ -337,6 +340,8 @@ Q_SIGNALS:
void directChatsActiveChanged();
void lastSpaceIdChanged();
void externalUrl(const QUrl &url);
private:
void openRoomForActiveConnection();