summaryrefslogtreecommitdiffstats
path: root/heimdall-frontend/source/qml/DropFiles.qml
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/qml/DropFiles.qml
parentQList properties are now accessible in QML via QQmlListProperty (diff)
downloadHeimdall-cde75446674732fdc7386f41d27eaaf92cd49dfc.tar
Heimdall-cde75446674732fdc7386f41d27eaaf92cd49dfc.tar.gz
Heimdall-cde75446674732fdc7386f41d27eaaf92cd49dfc.tar.bz2
Heimdall-cde75446674732fdc7386f41d27eaaf92cd49dfc.tar.lz
Heimdall-cde75446674732fdc7386f41d27eaaf92cd49dfc.tar.xz
Heimdall-cde75446674732fdc7386f41d27eaaf92cd49dfc.tar.zst
Heimdall-cde75446674732fdc7386f41d27eaaf92cd49dfc.zip
Diffstat (limited to 'heimdall-frontend/source/qml/DropFiles.qml')
-rw-r--r--heimdall-frontend/source/qml/DropFiles.qml4
1 files changed, 4 insertions, 0 deletions
diff --git a/heimdall-frontend/source/qml/DropFiles.qml b/heimdall-frontend/source/qml/DropFiles.qml
index 2745b4e..bc96cbc 100644
--- a/heimdall-frontend/source/qml/DropFiles.qml
+++ b/heimdall-frontend/source/qml/DropFiles.qml
@@ -15,6 +15,10 @@ DropFilesForm {
id: fileModel
}
+ Native.PackageData {
+ id: packageData
+ }
+
function setFileGridVisible(visible) {
if (fileGridContainer.visible !== visible) {
dropFilesContainer.visible = !visible;