errorOccured
Have controller link to neochatconnection for errorOccured rather than call directly to remove dependency on controller. For all the same reasons as network/neochat!1926
This commit is contained in:
@@ -212,6 +212,11 @@ Q_SIGNALS:
|
||||
void badgeNotificationCountChanged(NeoChatConnection *connection, int count);
|
||||
void canCheckMutualRoomsChanged();
|
||||
|
||||
/**
|
||||
* @brief Request a error message be shown to the user.
|
||||
*/
|
||||
void errorOccured(const QString &error);
|
||||
|
||||
private:
|
||||
bool m_isOnline = true;
|
||||
void setIsOnline(bool isOnline);
|
||||
|
||||
Reference in New Issue
Block a user