Update Settings and Signals version (#3398)
Co-authored-by: zneix <zneix@zneix.eu>
This commit is contained in:
@@ -117,6 +117,12 @@ IrcConnection::IrcConnection(QObject *parent)
|
||||
});
|
||||
}
|
||||
|
||||
IrcConnection::~IrcConnection()
|
||||
{
|
||||
// Prematurely disconnect all QObject connections
|
||||
this->disconnect();
|
||||
}
|
||||
|
||||
void IrcConnection::open()
|
||||
{
|
||||
this->expectConnectionLoss_ = false;
|
||||
|
||||
Reference in New Issue
Block a user