refs #350 Changed log severity and log category in core as discussed

This commit is contained in:
Klaus Basan
2014-12-17 18:35:09 +01:00
parent 8a43efca92
commit d80f416752
3 changed files with 21 additions and 31 deletions

View File

@@ -25,9 +25,6 @@ namespace BlackMiscTest
return QCoreApplication::applicationPid();
}
//! Start a new process
static QProcess *startNewProcess(const QString &executable, const QStringList &arguments = QStringList(), QObject *parent = 0);
//! Server loop
static void serverLoop(BlackCore::CRuntime *runtime);