Rework NeoChatConnection to remove the dependency on NeoChatConfig

Title
This commit is contained in:
James Graham
2025-04-05 07:53:26 +00:00
parent 73623ec41a
commit d9b8b1c8ef
5 changed files with 40 additions and 32 deletions

View File

@@ -142,4 +142,6 @@ Q_SIGNALS:
void connectionDropped(NeoChatConnection *connection);
void activeConnectionChanged(NeoChatConnection *connection);
void accountsLoadingChanged();
void globalUrlPreviewDefaultChanged();
};