WIP/sandboxing #29

Closed
crtxcr wants to merge 4 commits from WIP/sandboxing into master
Showing only changes of commit 99f35beb4a - Show all commits

View File

@ -16,6 +16,7 @@ int main(int argc, char *argv[])
QString socketPath = "/tmp/looqs-spawner";
if(argc > 1)
{
Common::setupAppInfo();
QApplication a(argc, argv);
QString arg = argv[1];
if(arg == "ipc")