mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
committed by
Mathew Sutcliffe
parent
b80f204293
commit
5c37ccdbeb
@@ -14,6 +14,7 @@
|
||||
#include "blackmisc/registermetadata.h"
|
||||
#include "blackmisc/network/networkutils.h"
|
||||
#include "blackmisc/dbusutils.h"
|
||||
#include "blackmisc/processctrl.h"
|
||||
#include "servicetool.h"
|
||||
#include <stdio.h>
|
||||
#include <QCoreApplication>
|
||||
@@ -181,7 +182,7 @@ int main(int argc, char *argv[])
|
||||
}
|
||||
|
||||
// testing in new process
|
||||
QProcess::startDetached(executable, args);
|
||||
BlackMisc::CProcessCtrl::startDetached(executable, args, true);
|
||||
|
||||
// testing in same process
|
||||
// BlackSample::ServiceTool::dataTransferTestClient(address);
|
||||
|
||||
Reference in New Issue
Block a user