Port away from and remove Controller::initiated

This commit is contained in:
Tobias Fella
2023-12-23 12:34:26 +01:00
parent a613baa148
commit d02eee6daa
5 changed files with 2 additions and 11 deletions

View File

@@ -142,7 +142,6 @@ Q_SIGNALS:
void errorOccured(const QString &error, const QString &detail);
void connectionAdded(NeoChatConnection *connection);
void connectionDropped(NeoChatConnection *connection);
void initiated();
void activeConnectionChanged();
void userConsentRequired(QUrl url);
void accountsLoadingChanged();