summaryrefslogtreecommitdiffstats
path: root/tools/qml/content
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2010-05-18 10:24:20 (GMT)
committerKai Koehne <kai.koehne@nokia.com>2010-05-18 12:05:19 (GMT)
commit69479992d8b4af73481df12e6f052269ae88ccc1 (patch)
treea3b6bc9480983c0d690aee4792296c90dfcdfba7 /tools/qml/content
parentf4492bf01baae353ff63da18a9a602fb3a8058e4 (diff)
downloadQt-69479992d8b4af73481df12e6f052269ae88ccc1.zip
Qt-69479992d8b4af73481df12e6f052269ae88ccc1.tar.gz
Qt-69479992d8b4af73481df12e6f052269ae88ccc1.tar.bz2
Renaming "Qml Launcher" back to "QML Viewer"
Change the official name of the qml executable back to "Qt QML Viewer" - the original name before it got renamed to "QML Runtime" and then "QML Launcher". Also, the new Mac OS X bundle name is "QMLViewer" (without a space to ease command line use).
Diffstat (limited to 'tools/qml/content')
-rw-r--r--tools/qml/content/Browser.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/qml/content/Browser.qml b/tools/qml/content/Browser.qml
index fe7ad9c..7238203 100644
--- a/tools/qml/content/Browser.qml
+++ b/tools/qml/content/Browser.qml
@@ -13,12 +13,12 @@ Rectangle {
FolderListModel {
id: folders1
nameFilters: [ "*.qml" ]
- folder: qmlLauncherFolder
+ folder: qmlViewerFolder
}
FolderListModel {
id: folders2
nameFilters: [ "*.qml" ]
- folder: qmlLauncherFolder
+ folder: qmlViewerFolder
}
SystemPalette { id: palette }
@@ -63,7 +63,7 @@ Rectangle {
if (folders.isFolder(index)) {
down(filePath);
} else {
- qmlLauncher.launch(filePath);
+ qmlViewer.launch(filePath);
}
}
width: root.width