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

@@ -43,16 +43,6 @@ namespace BlackCore
//! DBus version constructor
CContextAudioProxy(const QString &serviceName, QDBusConnection &connection, CRuntimeConfig::ContextMode mode, CRuntime *runtime);
/*!
* \brief Helper for logging, likely to be removed / changed
* \param method
* \param m1
* \param m2
* \param m3
* \param m4
*/
void log(const QString &method, const QString &m1 = "", const QString &m2 = "", const QString &m3 = "", const QString &m4 = "") const;
public slots:
//! \copydoc IContextAudio::setOwnAircraft()