shared SandBoxedProcessor: Return SaveFileResult, remove defines

Not entirely ideal as SandboxedProcessor does not save anything,
but an improvement nevertheless over the current mess
Αυτή η υποβολή περιλαμβάνεται σε:
2022-06-24 17:10:43 +02:00
γονέας cf0c940b15
υποβολή b6b3e2f3c0
5 αρχεία άλλαξαν με 9 προσθήκες και 11 διαγραφές

@@ -114,7 +114,7 @@ int main(int argc, char *argv[])
QString file = args.at(2);
SandboxedProcessor processor(file);
return processor.process();
return static_cast<int>(processor.process());
}
}
QString ipcSocketPath = Common::ipcSocketPath();