summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
*/