summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2014-12-19 17:10:44 +0100
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2014-12-19 17:10:44 +0100
commit342dbc2ff9de472a68fb29850c3d6728e72e2e80 (patch)
tree174647b4b453918ab90bb551b1a9e3cf57648057 /examples
parentab1e3654e767b612e73d917000d82f30e683f360 (diff)
Proper Qt module structure - part II
Diffstat (limited to 'examples')
-rw-r--r--examples/android/catalog/qml/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/android/catalog/qml/main.qml b/examples/android/catalog/qml/main.qml
index 10e5cba..44ea415 100644
--- a/examples/android/catalog/qml/main.qml
+++ b/examples/android/catalog/qml/main.qml
@@ -13,7 +13,7 @@ Activity {
window.statusBarColor: Color.name("#455a64")
actionBar: ActionBar {
- title: "QtAndroid"
+ title: "QtQmlAndroid"
subtitle: adapter.getItem(switcher.displayedChild)
background: ColorDrawable {
color: Color.name("#607d8b")