summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2014-10-03 13:46:57 +0200
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2014-10-06 17:41:39 +0200
commit6c1915f041d2d7e451335ea811c48d39cd21a682 (patch)
tree83c7066f0236a791ef2dd0f111a6b0e8362f1145 /examples
parent479cbf54810ae548362775fe138f86ded4b5f1cb (diff)
downloadqtquickcontrols-6c1915f041d2d7e451335ea811c48d39cd21a682.tar.gz
gallery: fix title
Change-Id: Ib637f850ed2002de10d7cb18e242f0b44482247c Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/quick/controls/gallery/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/controls/gallery/main.qml b/examples/quick/controls/gallery/main.qml
index 9d0c344f..4f142769 100644
--- a/examples/quick/controls/gallery/main.qml
+++ b/examples/quick/controls/gallery/main.qml
@@ -50,7 +50,7 @@ import "content"
ApplicationWindow {
visible: true
- title: "Component Gallery"
+ title: "Qt Quick Controls Gallery"
width: 640
height: 420