equal
deleted
inserted
replaced
31 { |
31 { |
32 ds_port = port; |
32 ds_port = port; |
33 |
33 |
34 QStringList params; |
34 QStringList params; |
35 params << QString("--port=%1").arg(port); |
35 params << QString("--port=%1").arg(port); |
|
36 params << "--dedicated=False"; |
36 |
37 |
37 process.start(bindir->absolutePath() + "/hedgewars-server", params); |
38 process.start(bindir->absolutePath() + "/hedgewars-server", params); |
38 |
39 |
39 return process.waitForStarted(5000); |
40 return process.waitForStarted(5000); |
40 } |
41 } |