fix some transtaions warnings

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97 2024-09-25 15:04:31 +03:00
parent fa92e6bd29
commit 0eefa52dbc
No known key found for this signature in database
GPG key ID: 55EF5DA53DB36318
5 changed files with 8 additions and 0 deletions

View file

@ -153,6 +153,7 @@ bool collectFileListRecursively(const QString& rootDir, const QString& subDir, Q
#if defined(LAUNCHER_APPLICATION)
class ExportToZipTask : public Task {
Q_OBJECT
public:
ExportToZipTask(QString outputPath,
QDir dir,
@ -207,6 +208,7 @@ class ExportToZipTask : public Task {
};
class ExtractZipTask : public Task {
Q_OBJECT
public:
ExtractZipTask(QString input, QDir outputDir, QString subdirectory = "")
: ExtractZipTask(std::make_shared<QuaZip>(input), outputDir, subdirectory)