aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-11-23 22:52:34 +0100
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-11-24 10:54:48 +0000
commita7245a57ee782ab9b68dffc7278ca9d1dce6f0a1 (patch)
tree5cb465c67c6cb5c5fb0a6ebf7d3a30ece33eeefb
parentfa8277ee05fb04a970adc1aa40275e2b48f12770 (diff)
Docs: remove bogus \qmlabstract from AbstractButton
Change-Id: I75ce73d77fdd5dfab824fb98ba8a7cd670316cc8 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
-rw-r--r--src/templates/qquickabstractbutton.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/templates/qquickabstractbutton.cpp b/src/templates/qquickabstractbutton.cpp
index a52b747f..74058daf 100644
--- a/src/templates/qquickabstractbutton.cpp
+++ b/src/templates/qquickabstractbutton.cpp
@@ -53,7 +53,6 @@ static const int AUTO_REPEAT_INTERVAL = 100;
\inherits Control
\instantiates QQuickAbstractButton
\inqmlmodule Qt.labs.controls
- \qmlabstract
\ingroup qtlabscontrols-buttons
\brief The base of all button controls.