aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquickpage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/quicktemplates2/qquickpage.cpp')
-rw-r--r--src/quicktemplates2/qquickpage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quicktemplates2/qquickpage.cpp b/src/quicktemplates2/qquickpage.cpp
index 8e0b542f..d04c02eb 100644
--- a/src/quicktemplates2/qquickpage.cpp
+++ b/src/quicktemplates2/qquickpage.cpp
@@ -54,7 +54,7 @@ QT_BEGIN_NAMESPACE
Page is a container control which makes it convenient to add
a \l header and \l footer item to a page.
- \image qtquickcontrols-page-wireframe.png
+ \image qtquickcontrols2-page-wireframe.png
The following example snippet illustrates how to use a page-specific
toolbar header and an application-wide tabbar footer.