refs #199, redirection of output streams (qDebug, qWarning, qCritical)

This is done in a common base class (of impl/proxy)
This commit is contained in:
Klaus Basan
2014-04-08 18:13:56 +02:00
parent 20ad5d39ce
commit be4b4492ad
6 changed files with 242 additions and 8 deletions

View File

@@ -17,7 +17,7 @@ namespace BlackCore
/*!
* \brief Application context
*/
class CContextApplication : public IContextApplication
class CContextApplication : public CContextApplicationBase
{
Q_CLASSINFO("D-Bus Interface", BLACKCORE_CONTEXTAPPLICATION_INTERFACENAME)
Q_OBJECT