Started to add pack download
This commit is contained in:
@@ -112,7 +112,9 @@ protected:
|
||||
*/
|
||||
auto validateDirectory(const QUrl &uri) -> bool;
|
||||
|
||||
auto extract(const QUrl &sourceUri, const QUrl &destinationUri) noexcept(false) -> void;
|
||||
auto createDirectory(const QUrl &uri) -> void;
|
||||
|
||||
auto extract(const QUrl &sourceUri) noexcept(false) -> QUrl;
|
||||
auto copyFile(const QUrl &sourceUri, const QUrl &destinationUri) noexcept(false) -> void;
|
||||
auto compile(const QUrl &uri) noexcept(false) -> void;
|
||||
auto preprocess(const QUrl &uri) noexcept(false) -> void;
|
||||
|
||||
Reference in New Issue
Block a user