mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
refs #883, fixes and formatting
* QProcess::startDetached is static, removed startNewProcess * QStringBuilder
This commit is contained in:
committed by
Mathew Sutcliffe
parent
455d9c7b7d
commit
7bc53ada3e
@@ -56,13 +56,6 @@ using namespace BlackCore;
|
||||
|
||||
namespace BlackSample
|
||||
{
|
||||
QProcess *ServiceTool::startNewProcess(const QString &executable, const QStringList &arguments, QObject *parent)
|
||||
{
|
||||
QProcess *process = new QProcess(parent);
|
||||
process->startDetached(executable, arguments);
|
||||
return process;
|
||||
}
|
||||
|
||||
void ServiceTool::dataTransferTestServer(BlackMisc::CDBusServer *dBusServer, bool verbose)
|
||||
{
|
||||
QDBusConnection sessionBusConnection = QDBusConnection::sessionBus();
|
||||
|
||||
Reference in New Issue
Block a user