diff options
Diffstat (limited to 'lang/qt/src/decryptverifyarchivejob.h')
-rw-r--r-- | lang/qt/src/decryptverifyarchivejob.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/qt/src/decryptverifyarchivejob.h b/lang/qt/src/decryptverifyarchivejob.h index 4e72be2d..6d87dd36 100644 --- a/lang/qt/src/decryptverifyarchivejob.h +++ b/lang/qt/src/decryptverifyarchivejob.h @@ -63,6 +63,18 @@ public: static bool isSupported(); + /** + * Sets the path of the file to read the archive from. + * + * Used if the job is started with startIt(). + */ + void setInputFile(const QString &path); + QString inputFile() const; + + /** + * Sets the directory the content of the decrypted archive shall be + * written to. + */ void setOutputDirectory(const QString &outputDirectory); QString outputDirectory() const; |