summaryrefslogtreecommitdiffstats
path: root/heimdall-frontend/source/qml/DropFiles.qml
diff options
context:
space:
mode:
authorBenjamin Dobell <benjamin.dobell+git@glassechidna.com.au>2015-03-05 19:15:46 +0100
committerBenjamin Dobell <benjamin.dobell+git@glassechidna.com.au>2015-03-05 19:15:46 +0100
commit7253fb5794bd06f7227eacf9df9c3ca9f8108a07 (patch)
tree856d97cffebf5d09dc1a9995781e3a21efc32b9e /heimdall-frontend/source/qml/DropFiles.qml
parentActually fix #261 (CMake Linux detection) (diff)
downloadHeimdall-7253fb5794bd06f7227eacf9df9c3ca9f8108a07.tar
Heimdall-7253fb5794bd06f7227eacf9df9c3ca9f8108a07.tar.gz
Heimdall-7253fb5794bd06f7227eacf9df9c3ca9f8108a07.tar.bz2
Heimdall-7253fb5794bd06f7227eacf9df9c3ca9f8108a07.tar.lz
Heimdall-7253fb5794bd06f7227eacf9df9c3ca9f8108a07.tar.xz
Heimdall-7253fb5794bd06f7227eacf9df9c3ca9f8108a07.tar.zst
Heimdall-7253fb5794bd06f7227eacf9df9c3ca9f8108a07.zip
Diffstat (limited to 'heimdall-frontend/source/qml/DropFiles.qml')
-rw-r--r--heimdall-frontend/source/qml/DropFiles.qml7
1 files changed, 7 insertions, 0 deletions
diff --git a/heimdall-frontend/source/qml/DropFiles.qml b/heimdall-frontend/source/qml/DropFiles.qml
new file mode 100644
index 0000000..ac5c7a7
--- /dev/null
+++ b/heimdall-frontend/source/qml/DropFiles.qml
@@ -0,0 +1,7 @@
+import QtQuick 2.4
+import QtQuick.Controls 1.3
+import QtQuick.Layouts 1.1
+
+DropFilesForm {
+ signal nextPressed(var files)
+}