aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/qquickcombobox.cpp
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2016-01-14 12:59:43 +0100
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2016-01-19 14:22:15 +0000
commit60e91559dddb5d75dc308986b009bc82e7a0080c (patch)
tree24410dce1dce3f288a781713e1419b1eb3708497 /src/templates/qquickcombobox.cpp
parentd690010c3ab0780cffb341b185a0e29edb80c678 (diff)
Docs: add notes about the Qt.labs module
Change-Id: I65c37f661689bf30e7a9119bb877dce68eeb634c Reviewed-by: Topi Reiniƶ <topi.reinio@theqtcompany.com>
Diffstat (limited to 'src/templates/qquickcombobox.cpp')
-rw-r--r--src/templates/qquickcombobox.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/templates/qquickcombobox.cpp b/src/templates/qquickcombobox.cpp
index c079b1e3..aa1ecec8 100644
--- a/src/templates/qquickcombobox.cpp
+++ b/src/templates/qquickcombobox.cpp
@@ -98,6 +98,8 @@ QT_BEGIN_NAMESPACE
\l textRole is not defined, ComboBox is unable to visualize it and throws a
\c {ReferenceError: modelData is not defined}.
+ \labs
+
\sa {Customizing ComboBox}, {Input Controls}
*/