summaryrefslogtreecommitdiff
path: root/examples/location/places/content/places/CategoryDialog.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/location/places/content/places/CategoryDialog.qml')
-rw-r--r--examples/location/places/content/places/CategoryDialog.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/location/places/content/places/CategoryDialog.qml b/examples/location/places/content/places/CategoryDialog.qml
index 289d8501..1c122ff8 100644
--- a/examples/location/places/content/places/CategoryDialog.qml
+++ b/examples/location/places/content/places/CategoryDialog.qml
@@ -39,7 +39,7 @@
****************************************************************************/
import QtQuick 2.0
-import QtLocation 5.0
+import QtLocation 5.3
import QtLocation.examples 5.0
InputDialog {
@@ -60,7 +60,7 @@ InputDialog {
//! [Category save]
onGoButtonClicked: {
- var modifiedCategory = category ? category : Qt.createQmlObject('import QtLocation 5.0; Category { }', page);
+ var modifiedCategory = category ? category : Qt.createQmlObject('import QtLocation 5.3; Category { }', page);
modifiedCategory.plugin = placesPlugin;
modifiedCategory.name = dialogModel.get(0).inputText;