diff options
author | Martin Smith <martin.smith@nokia.com> | 2010-08-02 12:47:13 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2010-08-02 12:47:13 (GMT) |
commit | 5f87e737219b6b22d532c0f3df659995a509b6e6 (patch) | |
tree | 3ab1c279a9155ab73df40a2039532038c7a8ef0b /src/gui/kernel/qpalette.cpp | |
parent | 8b8657a004c059b74b2f608d423110e8ed9e56bf (diff) | |
download | Qt-5f87e737219b6b22d532c0f3df659995a509b6e6.zip Qt-5f87e737219b6b22d532c0f3df659995a509b6e6.tar.gz Qt-5f87e737219b6b22d532c0f3df659995a509b6e6.tar.bz2 |
doc: Fixed many qdoc errors.
Diffstat (limited to 'src/gui/kernel/qpalette.cpp')
-rw-r--r-- | src/gui/kernel/qpalette.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/kernel/qpalette.cpp b/src/gui/kernel/qpalette.cpp index 38ec806..55d5727 100644 --- a/src/gui/kernel/qpalette.cpp +++ b/src/gui/kernel/qpalette.cpp @@ -872,7 +872,7 @@ void QPalette::detach() \note The current ColorGroup is not taken into account when comparing palettes - \sa operator== + \sa operator==() */ /*! @@ -882,7 +882,7 @@ void QPalette::detach() \note The current ColorGroup is not taken into account when comparing palettes - \sa operator!= + \sa operator!=() */ bool QPalette::operator==(const QPalette &p) const { |