summaryrefslogtreecommitdiffstats
path: root/src/designer/src/lib/uilib/formbuilder.cpp
diff options
context:
space:
mode:
authorCasper van Donderen <casper.vandonderen@nokia.com>2012-03-01 19:21:38 +0100
committerQt by Nokia <qt-info@nokia.com>2012-03-04 10:31:22 +0100
commitb656d970f010959fa72a5c1ba86eba15545106a1 (patch)
tree79c91b9de1d958e6a15a26d981d9e8738cbfd1a0 /src/designer/src/lib/uilib/formbuilder.cpp
parent34102da56d4901f5e15e05cb47f76710a96babe9 (diff)
Remove the usage of deprecated qdoc macros.
QDoc now has support for Doxygen style commands for italics, bold and list items. This change applies that change in QDoc to the actual documentation. Task-number: QTBUG-24578 Change-Id: I374dfb657db98235d622ec865c52364a5291ae0f Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com> Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com>
Diffstat (limited to 'src/designer/src/lib/uilib/formbuilder.cpp')
-rw-r--r--src/designer/src/lib/uilib/formbuilder.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/designer/src/lib/uilib/formbuilder.cpp b/src/designer/src/lib/uilib/formbuilder.cpp
index 09e6b9359..6ef86fd53 100644
--- a/src/designer/src/lib/uilib/formbuilder.cpp
+++ b/src/designer/src/lib/uilib/formbuilder.cpp
@@ -79,15 +79,15 @@ namespace QFormInternal {
plugins:
\list
- \o pluginPaths() returns the list of paths that the form builder
+ \li pluginPaths() returns the list of paths that the form builder
searches when loading custom widget plugins.
- \o addPluginPath() allows additional paths to be registered with
+ \li addPluginPath() allows additional paths to be registered with
the form builder.
- \o setPluginPath() is used to replace the existing list of paths
+ \li setPluginPath() is used to replace the existing list of paths
with a list obtained from some other source.
- \o clearPluginPaths() removes all paths registered with the form
+ \li clearPluginPaths() removes all paths registered with the form
builder.
- \o customWidgets() returns a list of interfaces to plugins that
+ \li customWidgets() returns a list of interfaces to plugins that
can be used to create new instances of registered custom widgets.
\endlist