summaryrefslogtreecommitdiffstats
path: root/src/designer/src/lib/sdk/abstractpromotioninterface.cpp
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2019-11-08 11:44:49 +0100
committerTopi Reiniƶ <topi.reinio@qt.io>2019-11-11 10:48:58 +0000
commit81c9949541c6663d2ab719a8cff5a0b68d2c4406 (patch)
tree329bfea3032040af771f2f63adc6ff19462133d9 /src/designer/src/lib/sdk/abstractpromotioninterface.cpp
parent619d15bc4eb82cdd24b2f965559a3294b20ca37e (diff)
Doc: Resolve documentation warnings
- QDoc Manual: UIComponents example project has been moved to be a part of test case - remove references to it from the manual. - Add missing image. - Document the namespace qdesigner_internal as \internal. Fixes: QTBUG-79833 Change-Id: Ic0984cef4091e794de5e502d04a897b1f532d9d8 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/designer/src/lib/sdk/abstractpromotioninterface.cpp')
-rw-r--r--src/designer/src/lib/sdk/abstractpromotioninterface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/designer/src/lib/sdk/abstractpromotioninterface.cpp b/src/designer/src/lib/sdk/abstractpromotioninterface.cpp
index 90f820330..7443d5cf8 100644
--- a/src/designer/src/lib/sdk/abstractpromotioninterface.cpp
+++ b/src/designer/src/lib/sdk/abstractpromotioninterface.cpp
@@ -56,7 +56,7 @@ QDesignerPromotionInterface::~QDesignerPromotionInterface()
*/
/*!
- \fn virtual QDesignerPromotionInterface::PromotedClasses promotedClasses() const
+ \fn QDesignerPromotionInterface::PromotedClasses QDesignerPromotionInterface::promotedClasses() const
Returns a list of promoted classes along with their base classes in alphabetical order.
It can be used to populate tree models for editing promoted widgets.