mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 13:36:48 +08:00
refs #199, extended core to new functionality
* enable/disable signal/slot log * redirection of output as qDebug, qWarning, ..
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user