Don't call stopSync when destroying controller
Connection does that internally already
This commit is contained in:
@@ -76,7 +76,6 @@ Controller::Controller(QObject *parent)
|
||||
Controller::~Controller()
|
||||
{
|
||||
for (auto c : qAsConst(m_connections)) {
|
||||
c->stopSync();
|
||||
c->saveState();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user