aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tutorials/gettingStarted/gsQml/parts/part5/core/FileMenu.qml
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2011-11-28 11:49:10 +1000
committerQt by Nokia <qt-info@nokia.com>2011-11-29 03:29:53 +0100
commitea2f93567f2d37ffdf6d8462be8a21e8640a2b76 (patch)
tree11acb618b37e570a4dbc0e09ed8757abcb06594f /examples/tutorials/gettingStarted/gsQml/parts/part5/core/FileMenu.qml
parentba0d63fd220ff215150e827a21a42c8de3372dd4 (diff)
Get the tutorial running again
Note that it still uses QtQuick 1.0 Change-Id: I1b6e174c2ec06ba6108f11cb295e32bc76ac3e36 Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
Diffstat (limited to 'examples/tutorials/gettingStarted/gsQml/parts/part5/core/FileMenu.qml')
-rw-r--r--examples/tutorials/gettingStarted/gsQml/parts/part5/core/FileMenu.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/tutorials/gettingStarted/gsQml/parts/part5/core/FileMenu.qml b/examples/tutorials/gettingStarted/gsQml/parts/part5/core/FileMenu.qml
index 75b27ec1d3..edcb3da794 100644
--- a/examples/tutorials/gettingStarted/gsQml/parts/part5/core/FileMenu.qml
+++ b/examples/tutorials/gettingStarted/gsQml/parts/part5/core/FileMenu.qml
@@ -39,6 +39,7 @@
****************************************************************************/
import QtQuick 1.0
+import "../filedialog" 1.0
Rectangle {
id: fileMenu