mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
refs #316 Blackgui changes: using CLogMessage and removed sendStatusMessage signals.
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
#include "atcstationcomponent.h"
|
||||
#include "../views/atcstationview.h"
|
||||
#include "ui_atcstationcomponent.h"
|
||||
#include "blackmisc/logmessage.h"
|
||||
|
||||
//! \file
|
||||
|
||||
@@ -103,7 +104,7 @@ namespace BlackGui
|
||||
if (sender == this->ui->tvp_AtcStationsBooked && this->getIContextNetwork())
|
||||
{
|
||||
// trigger new read, which takes some time. A signal will be received when this is done
|
||||
this->sendStatusMessage(CStatusMessage::getInfoMessage("Requested new bookings", CStatusMessage::TypeTrafficNetwork));
|
||||
CLogMessage().info(this, "Requested new bookings");
|
||||
this->getIContextNetwork()->readAtcBookingsFromSource();
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user