From cde75446674732fdc7386f41d27eaaf92cd49dfc Mon Sep 17 00:00:00 2001 From: Benjamin Dobell Date: Sat, 21 Mar 2015 14:42:56 +1100 Subject: WIP --- heimdall-frontend/source/qml/DropFiles.qml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'heimdall-frontend/source/qml/DropFiles.qml') 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; -- cgit v1.2.3