refs #420, MS review

Fixes as described here https://dev.vatsim-germany.org/issues/420#note-5
This commit is contained in:
Klaus Basan
2015-05-22 01:20:39 +02:00
parent 549125ce03
commit 2d20f5bf9c
3 changed files with 13 additions and 9 deletions

View File

@@ -209,7 +209,7 @@ namespace BlackCore
this->disconnectFrom(); // disconnect from simulator
// disconnect as many signals as possible
for (QMetaObject::Connection &c : m_remoteAircraftProviderConnections)
for (const QMetaObject::Connection &c : m_remoteAircraftProviderConnections)
{
QObject::disconnect(c);
}