aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/qquickpopup.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/qquickpopup.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/qquickpopup.cpp')
-rw-r--r--src/templates/qquickpopup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/qquickpopup.cpp b/src/templates/qquickpopup.cpp
index b98a189f..63ebeead 100644
--- a/src/templates/qquickpopup.cpp
+++ b/src/templates/qquickpopup.cpp
@@ -1465,7 +1465,7 @@ void QQuickPopup::setClosePolicy(ClosePolicy policy)
Nine transform origins are available, as shown in the image below.
The default transform origin is \c Popup.Center.
- \image qtlabscontrols-popup-transformorigin.png
+ \image qtquickcontrols-popup-transformorigin.png
\sa enter, exit, Item::transformOrigin
*/