refs #199 , removed statusMessage sending and log from all contexts but application context

Goal: Single place to send status messages and log -> application context
This commit is contained in:
Klaus Basan
2014-04-08 14:37:00 +02:00
parent 9b26cd6435
commit 62109ac7f3
3 changed files with 0 additions and 34 deletions

View File

@@ -46,13 +46,6 @@ namespace BlackCore
virtual ~IContextNetwork() {}
signals:
//! Send status message
void statusMessage(const BlackMisc::CStatusMessage &message);
//! Send status messages
void statusMessages(const BlackMisc::CStatusMessageList &messages);
//! ATC station (online) list has been changed
void changedAtcStationsOnline();