Don't call stopSync when destroying controller

Connection does that internally already
This commit is contained in:
Nicolas Fella
2020-12-28 00:31:10 +01:00
parent 9c97983794
commit 6a1fd3ff31

View File

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