equal
deleted
inserted
replaced
274 arguments << QString::number(resolution.height()); |
274 arguments << QString::number(resolution.height()); |
275 arguments << QString::number(config->bitDepth()); // bpp |
275 arguments << QString::number(config->bitDepth()); // bpp |
276 arguments << QString("%1").arg(ipc_port); |
276 arguments << QString("%1").arg(ipc_port); |
277 arguments << (config->vid_Fullscreen() ? "1" : "0"); |
277 arguments << (config->vid_Fullscreen() ? "1" : "0"); |
278 arguments << (config->isSoundEnabled() ? "1" : "0"); |
278 arguments << (config->isSoundEnabled() ? "1" : "0"); |
|
279 arguments << (config->isSoundHardware() ? "1" : "0"); |
279 arguments << tr("en.txt"); |
280 arguments << tr("en.txt"); |
280 arguments << QString::number(config->volume()); // sound volume |
281 arguments << QString::number(config->volume()); // sound volume |
281 arguments << QString::number(config->timerInterval()); |
282 arguments << QString::number(config->timerInterval()); |
282 arguments << datadir->absolutePath(); |
283 arguments << datadir->absolutePath(); |
283 arguments << (config->isShowFPSEnabled() ? "1" : "0"); |
284 arguments << (config->isShowFPSEnabled() ? "1" : "0"); |