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();