Add QR code scanner
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user