NeoChatConnection signals

Move the signal connects to a function and call from both constructors
This commit is contained in:
James Graham
2024-01-14 12:25:53 +00:00
parent 2247a2a7af
commit 0486fa61cd
2 changed files with 13 additions and 38 deletions

View File

@@ -124,4 +124,6 @@ Q_SIGNALS:
private:
bool m_isOnline = true;
void setIsOnline(bool isOnline);
void connectSignals();
};