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()
|
Controller::~Controller()
|
||||||
{
|
{
|
||||||
for (auto c : qAsConst(m_connections)) {
|
for (auto c : qAsConst(m_connections)) {
|
||||||
c->stopSync();
|
|
||||||
c->saveState();
|
c->saveState();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user