mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 02:35:33 +08:00
refs #420, MS review
Fixes as described here https://dev.vatsim-germany.org/issues/420#note-5
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user