refs #551, formatting and minor changes found during searching for the issue

This commit is contained in:
Klaus Basan
2015-12-10 03:13:20 +01:00
parent 4daf0453cb
commit 0eec523d54
6 changed files with 18 additions and 10 deletions

View File

@@ -35,7 +35,7 @@ namespace BlackCore
{
this->setObjectName("Simulator: " + info.getIdentifier());
// provider signals
// provider signals, hook up with remote aircraft provider
m_remoteAircraftProviderConnections.append(
this->m_remoteAircraftProvider->connectRemoteAircraftProviderSignals(
this, // receiver must match object in bind
@@ -339,7 +339,7 @@ namespace BlackCore
changed = r > 0;
}
// we handled snapshot
// we have handled snapshot
if (changed)
{
emit airspaceSnapshotHandled();