summaryrefslogtreecommitdiffstats
path: root/demos/declarative/minehunt
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2010-03-25 08:19:07 (GMT)
committerAlan Alpert <alan.alpert@nokia.com>2010-03-25 08:19:07 (GMT)
commit870dbc7542beb07b84378f356cbe568a2ae8b7e1 (patch)
treed6932d926b7a7623030f4a86fb9e0abe4ef21449 /demos/declarative/minehunt
parent6801a97671f64ef30ab312b38d16abc964ad6ac5 (diff)
downloadQt-870dbc7542beb07b84378f356cbe568a2ae8b7e1.zip
Qt-870dbc7542beb07b84378f356cbe568a2ae8b7e1.tar.gz
Qt-870dbc7542beb07b84378f356cbe568a2ae8b7e1.tar.bz2
Tweak import behaviour
The implicit import of types in the same directory/module now imports version -1 (which means all versions). This fixes the Twitter demo. Additionally, the current directory is not added to the imports path. No functionality is lost, as you can import local modules with relative paths for the same effect. Improved docs are on the way. Reviewed-by: mae
Diffstat (limited to 'demos/declarative/minehunt')
-rw-r--r--demos/declarative/minehunt/minehunt.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/declarative/minehunt/minehunt.qml b/demos/declarative/minehunt/minehunt.qml
index 9e99706..2ca6c4c 100644
--- a/demos/declarative/minehunt/minehunt.qml
+++ b/demos/declarative/minehunt/minehunt.qml
@@ -1,5 +1,5 @@
import Qt 4.6
-import MinehuntCore 1.0
+import "MinehuntCore" 1.0
Item {
id: field