summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets/qbuttongroup.cpp
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2009-06-12 14:27:35 +0200
committerMartin Smith <msmith@trolltech.com>2009-06-12 14:28:11 +0200
commitc9336aafb28177954b627bf8e7a7a0c9bbda1eca (patch)
treeb977e303494c7277fc1dc4df5afca939b4833e68 /src/gui/widgets/qbuttongroup.cpp
parentf2b93868f48a3e2d6e462ca8a051ab47eefef49d (diff)
doc: Fixed several qdoc warnings.
Diffstat (limited to 'src/gui/widgets/qbuttongroup.cpp')
-rw-r--r--src/gui/widgets/qbuttongroup.cpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/gui/widgets/qbuttongroup.cpp b/src/gui/widgets/qbuttongroup.cpp
index ebfafe3d8f..1003523983 100644
--- a/src/gui/widgets/qbuttongroup.cpp
+++ b/src/gui/widgets/qbuttongroup.cpp
@@ -178,10 +178,11 @@
/*!
\fn void QButtonGroup::addButton(QAbstractButton *button);
- Adds the given \a button to the end of the group's internal list of buttons.
- An \a id will be assigned to the button by this QButtonGroup. Automatically
- assigned ids are guaranteed to be negative, starting with -2. If you are also
- assigning your own ids, use positive values to avoid conflicts.
+ Adds the given \a button to the end of the group's internal list
+ of buttons. An id will be assigned to the button by this
+ QButtonGroup. Automatically assigned ids are guaranteed to be
+ negative, starting with -2. If you are also assigning your own
+ ids, use positive values to avoid conflicts.
\sa removeButton() buttons()
*/