aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/qquicktabbutton.cpp
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@theqtcompany.com>2016-03-18 11:35:24 +0100
committerMitch Curtis <mitch.curtis@theqtcompany.com>2016-03-18 11:51:25 +0000
commitca8f57f0193e9ec911acb5e1a24f964f1b5f5c07 (patch)
treef70ac322b8fdefb2507a07b002736d9af3e576dd /src/templates/qquicktabbutton.cpp
parenta0d44a16535cc6e751045185e40bbd6c6edaf87a (diff)
Rename Qt Labs Controls to Qt Quick Controls 2 - doc asset filenames
This renames all documentation assets (snippets, images), but leaves .qdoc files and the .qdocconf file in an attempt to avoid conflicts with controls 1. Change-Id: I08692233e8d645de8d9746fe74edc14d31bb744e Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'src/templates/qquicktabbutton.cpp')
-rw-r--r--src/templates/qquicktabbutton.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/templates/qquicktabbutton.cpp b/src/templates/qquicktabbutton.cpp
index 58eb9b85..5ded5539 100644
--- a/src/templates/qquicktabbutton.cpp
+++ b/src/templates/qquicktabbutton.cpp
@@ -49,11 +49,11 @@ QT_BEGIN_NAMESPACE
\ingroup qtlabscontrols-navigation
\brief A tab button control that can be found on a TabBar.
- \image qtlabscontrols-tabbutton.png
+ \image qtquickcontrols-tabbutton.png
TabButton is used in conjunction with a \l TabBar.
- \snippet qtlabscontrols-tabbutton.qml 1
+ \snippet qtquickcontrols-tabbutton.qml 1
\labs