Remove leftover signal

This commit is contained in:
Tobias Fella
2024-03-29 16:05:07 +01:00
parent e87da0feb0
commit 9bd67acc2f

View File

@@ -259,13 +259,6 @@ Q_SIGNALS:
*/
void goToEvent(const QString &event);
/**
* @brief Open room in a new window.
*
* Signal triggered when a room needs to be opened in a new window.
*/
void openRoomInNewWindow(NeoChatRoom *room);
/**
* @brief Show details for the given user.
*