Always use resolveResource instead of enterRoom or EnterSpaceHome
This commit is contained in:
@@ -136,13 +136,6 @@ public:
|
||||
*/
|
||||
Q_INVOKABLE void loadInitialRoom();
|
||||
|
||||
/**
|
||||
* @brief Enter the given room.
|
||||
*
|
||||
* This method will tell NeoChat to open the message list with the given room.
|
||||
*/
|
||||
Q_INVOKABLE void enterRoom(NeoChatRoom *room);
|
||||
|
||||
/**
|
||||
* @brief Open a new window with the given room.
|
||||
*
|
||||
@@ -155,13 +148,6 @@ public:
|
||||
*/
|
||||
Q_INVOKABLE void leaveRoom(NeoChatRoom *room);
|
||||
|
||||
/**
|
||||
* @brief Enter the home page of the given space.
|
||||
*
|
||||
* This method will tell NeoChat to open the home page for the given space.
|
||||
*/
|
||||
Q_INVOKABLE void enterSpaceHome(NeoChatRoom *spaceRoom);
|
||||
|
||||
/**
|
||||
* @brief Knock a room.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user