src/gui/kernel/qpalette.cpp
changeset 37 758a864f9613
parent 30 5dc02b23752f
--- a/src/gui/kernel/qpalette.cpp	Fri Sep 17 08:34:18 2010 +0300
+++ b/src/gui/kernel/qpalette.cpp	Mon Oct 04 01:19:32 2010 +0300
@@ -868,11 +868,21 @@
 
     Returns true (slowly) if this palette is different from \a p;
     otherwise returns false (usually quickly).
+
+    \note The current ColorGroup is not taken into account when
+    comparing palettes
+
+    \sa operator==()
 */
 
 /*!
     Returns true (usually quickly) if this palette is equal to \a p;
     otherwise returns false (slowly).
+
+    \note The current ColorGroup is not taken into account when
+    comparing palettes
+
+    \sa operator!=()
 */
 bool QPalette::operator==(const QPalette &p) const
 {