summaryrefslogtreecommitdiffstats
path: root/heimdall-frontend/source/Packaging.cpp
diff options
context:
space:
mode:
authorBenjamin Dobell <benjamin.dobell+git@glassechidna.com.au>2015-03-21 04:42:56 +0100
committerBenjamin Dobell <benjamin.dobell+git@glassechidna.com.au>2015-03-21 04:42:56 +0100
commitcde75446674732fdc7386f41d27eaaf92cd49dfc (patch)
tree773f48f3e8c4fe1003e9486a8dd4cb5546c9d0b3 /heimdall-frontend/source/Packaging.cpp
parentQList properties are now accessible in QML via QQmlListProperty (diff)
downloadHeimdall-upstream/master.tar
Heimdall-upstream/master.tar.gz
Heimdall-upstream/master.tar.bz2
Heimdall-upstream/master.tar.lz
Heimdall-upstream/master.tar.xz
Heimdall-upstream/master.tar.zst
Heimdall-upstream/master.zip
Diffstat (limited to 'heimdall-frontend/source/Packaging.cpp')
-rw-r--r--heimdall-frontend/source/Packaging.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/heimdall-frontend/source/Packaging.cpp b/heimdall-frontend/source/Packaging.cpp
index 39894a5..157195e 100644
--- a/heimdall-frontend/source/Packaging.cpp
+++ b/heimdall-frontend/source/Packaging.cpp
@@ -560,7 +560,7 @@ bool Packaging::ExtractPackage(const QString& packagePath, PackageData *packageD
outputDirectory.setAutoRemove(false);
packageData->GetFilePaths().append(decompressedFilePaths);
- packageData->SetPackagePath(outputDirectory.path());
+ packageData->GetOwnedDirectories().append(outputDirectory.path());
return (true);
}
}