refs #199, extended core to new functionality

* enable/disable signal/slot log
* redirection of output as qDebug, qWarning, ..
This commit is contained in:
Klaus Basan
2014-04-08 18:19:27 +02:00
parent 35b489d89a
commit 429f79f841
3 changed files with 57 additions and 15 deletions

View File

@@ -29,7 +29,8 @@ namespace BlackMiscTest
static QProcess *startNewProcess(const QString &executable, const QStringList &arguments = QStringList(), QObject *parent = 0);
//! \brief Server loop
static void serverLoop(const BlackCore::CRuntime *runtime);
static void serverLoop(BlackCore::CRuntime *runtime);
};
} // namespace