Change the native extraction/loading logic.

This commit is contained in:
Petr Mrázek
2014-01-18 03:32:31 +01:00
parent 188d0d5886
commit ecc80bd763
4 changed files with 71 additions and 47 deletions

View File

@ -126,4 +126,6 @@ public:
/// set a hint about how to treat the library. This is an MMC extension.
void setHint(QString hint);
QString hint();
bool extractTo(QString target_dir);
};