aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquickswipeview.cpp
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2016-04-13 20:30:26 +0200
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2016-04-13 19:11:26 +0000
commit5570ade79fec6d2e7b7381b6fe1869239832e05b (patch)
tree8ac10d6b47dd77709301f0c442de2f0dcfa17cd5 /src/quicktemplates2/qquickswipeview.cpp
parent68139b762e632192fe7a8a9a1380d5193f2bf366 (diff)
Doc: add 2-suffix to the image assets and snippets
Change-Id: Ib8050cb3baefe07d28c7e2dcec64af155d2d7c9b Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'src/quicktemplates2/qquickswipeview.cpp')
-rw-r--r--src/quicktemplates2/qquickswipeview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/quicktemplates2/qquickswipeview.cpp b/src/quicktemplates2/qquickswipeview.cpp
index 6614ebe2..8e703d8b 100644
--- a/src/quicktemplates2/qquickswipeview.cpp
+++ b/src/quicktemplates2/qquickswipeview.cpp
@@ -52,7 +52,7 @@ QT_BEGIN_NAMESPACE
SwipeView provides a swipe-based navigation model.
- \image qtquickcontrols-swipeview-wireframe.png
+ \image qtquickcontrols2-swipeview-wireframe.png
SwipeView is populated with a set of pages. One page is visible at a time.
The user can navigate between the pages by swiping sideways. Notice that
@@ -60,7 +60,7 @@ QT_BEGIN_NAMESPACE
with PageIndicator, to give the user a visual clue that there are multiple
pages.
- \snippet qtquickcontrols-swipeview-indicator.qml 1
+ \snippet qtquickcontrols2-swipeview-indicator.qml 1
As shown above, SwipeView is typically populated with a static set of
pages that are defined inline as children of the view. It is also possible