Fixed qMin
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
3046822272
commit
a7029a9e53
2 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue