Fixed qMin

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97
2024-03-21 20:01:40 +02:00
parent 3046822272
commit a7029a9e53
2 changed files with 3 additions and 3 deletions

View File

@ -39,8 +39,8 @@
// both extract functions will extract the first folder inside dest(disregarding the prefix)
namespace Tar {
bool extract(QIODevice* in, QString dst);
};
}
namespace GZTar {
bool extract(QString src, QString dst);
};
}