Don't call stopSync when destroying controller

Connection does that internally already


(cherry picked from commit 6a1fd3ff31)
This commit is contained in:
Nicolas Fella
2020-12-27 23:31:10 +00:00
committed by Carl Schwan
parent 893bc79f1e
commit 1717790096

View File

@@ -76,7 +76,6 @@ Controller::Controller(QObject *parent)
Controller::~Controller()
{
for (auto c : qAsConst(m_connections)) {
c->stopSync();
c->saveState();
}
}