aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tutorials/gettingStarted/gsQml/parts/part5/core
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tutorials/gettingStarted/gsQml/parts/part5/core')
-rw-r--r--examples/tutorials/gettingStarted/gsQml/parts/part5/core/FileMenu.qml1
-rw-r--r--examples/tutorials/gettingStarted/gsQml/parts/part5/core/qmldir2
2 files changed, 1 insertions, 2 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
diff --git a/examples/tutorials/gettingStarted/gsQml/parts/part5/core/qmldir b/examples/tutorials/gettingStarted/gsQml/parts/part5/core/qmldir
index 3f22778a99..b8b0c7c431 100644
--- a/examples/tutorials/gettingStarted/gsQml/parts/part5/core/qmldir
+++ b/examples/tutorials/gettingStarted/gsQml/parts/part5/core/qmldir
@@ -6,8 +6,6 @@ TextEditor ./TextEditor.qml
EditMenu ./EditMenu.qml
MenuBar ./MenuBar.qml
-plugin FileDialog ../plugins
-