summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergio Ahumada <sahumada@blackberry.com>2015-03-12 09:57:05 +0100
committerSergio Ahumada <sahumada@texla.cl>2015-03-12 13:09:13 +0000
commita9d2c70665f39461747eb7cf570625f0c2bd453a (patch)
treeac59aa85f8b5c27e475c6796f7c801ac0d97b13e
parentaa8b03e36b72942af69d167bc448e46d4f175aa3 (diff)
downloadqtquickcontrols-a9d2c70665f39461747eb7cf570625f0c2bd453a.tar.gz
Doc: Fix Command '\printto' failed at end of file 'gallery/main.qml'
SystemPalette was removed in commit cc174637d Update the image to match the example code. Change-Id: I449e431ace566b0062018d3a8103f5332401f748 Reviewed-by: Caroline Chao <caroline.chao@theqtcompany.com>
-rw-r--r--src/controls/doc/images/menubar-action.pngbin0 -> 3949 bytes
-rw-r--r--src/controls/qquickaction.cpp4
2 files changed, 2 insertions, 2 deletions
diff --git a/src/controls/doc/images/menubar-action.png b/src/controls/doc/images/menubar-action.png
new file mode 100644
index 00000000..9761762d
--- /dev/null
+++ b/src/controls/doc/images/menubar-action.png
Binary files differ
diff --git a/src/controls/qquickaction.cpp b/src/controls/qquickaction.cpp
index 8a87f7e8..406efba0 100644
--- a/src/controls/qquickaction.cpp
+++ b/src/controls/qquickaction.cpp
@@ -50,7 +50,7 @@ QT_BEGIN_NAMESPACE
\inqmlmodule QtQuick.Controls
\brief Action provides an abstract user interface action that can be bound to items
- \image menubar.png
+ \image menubar-action.png
In applications many common commands can be invoked via menus, toolbar buttons, and keyboard
shortcuts. Since the user expects each command to be performed in the same way, regardless of
@@ -65,7 +65,7 @@ QT_BEGIN_NAMESPACE
\quotefromfile gallery/main.qml
\dots
\skipto Action
- \printto SystemPalette
+ \printto TabView
\dots
*/