NeoChatConnection signals
Move the signal connects to a function and call from both constructors
This commit is contained in:
@@ -124,4 +124,6 @@ Q_SIGNALS:
|
||||
private:
|
||||
bool m_isOnline = true;
|
||||
void setIsOnline(bool isOnline);
|
||||
|
||||
void connectSignals();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user