equal
deleted
inserted
replaced
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 params << "--dedicated=False"; |
37 |
37 |
38 process.start(bindir->absolutePath() + "/hedgewars-server", params); |
38 process.start(bindir->absolutePath() + "/hedgewars-server", params); |
39 |
39 |
40 return process.waitForStarted(5000); |
40 return process.waitForStarted(5000); |
41 } |
41 } |
42 |
42 |