* check if parent is null
* comments
* icon in column
* nullptr check in runtime based component
This commit is contained in:
Klaus Basan
2014-06-28 02:09:20 +02:00
parent 25122fad10
commit 2a9f3d6039
4 changed files with 5 additions and 4 deletions

View File

@@ -35,6 +35,7 @@ namespace BlackCore
this->connect(this->m_network, &INetwork::fsipirCustomPacketReceived, this, &CAirspaceMonitor::fsipirCustomPacketReceived);
this->connect(this->m_network, &INetwork::serverReplyReceived, this, &CAirspaceMonitor::serverReplyReceived);
// AutoConnection: this should also avoid race conditions by updating the bookings
this->connect(this->m_vatsimBookingReader, &CVatsimBookingReader::dataRead, this, &CAirspaceMonitor::receivedBookings);
}