shared SandBoxedProcessor: Return SaveFileResult, remove defines
Not entirely ideal as SandboxedProcessor does not save anything, but an improvement nevertheless over the current mess
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
#include <QString>
|
||||
#include <QMimeDatabase>
|
||||
#include "pagedata.h"
|
||||
#include "savefileresult.h"
|
||||
|
||||
class SandboxedProcessor
|
||||
{
|
||||
@@ -19,7 +20,7 @@ class SandboxedProcessor
|
||||
this->filePath = filepath;
|
||||
}
|
||||
|
||||
int process();
|
||||
SaveFileResult process();
|
||||
};
|
||||
|
||||
#endif // SANDBOXEDPROCESSOR_H
|
||||
|
||||
Reference in New Issue
Block a user