Changeset 846 for trunk/src/gui/kernel/qpalette.cpp
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/src/gui/kernel/qpalette.cpp
r651 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation (qt-info@nokia.com) … … 796 796 \fn void QPalette::setColor(ColorGroup group, ColorRole role, const QColor &color) 797 797 798 Sets the brushin the specified color \a group, used for the given798 Sets the color in the specified color \a group, used for the given 799 799 color \a role, to the specified solid \a color. 800 800 … … 869 869 Returns true (slowly) if this palette is different from \a p; 870 870 otherwise returns false (usually quickly). 871 872 \note The current ColorGroup is not taken into account when 873 comparing palettes 874 875 \sa operator==() 871 876 */ 872 877 … … 874 879 Returns true (usually quickly) if this palette is equal to \a p; 875 880 otherwise returns false (slowly). 881 882 \note The current ColorGroup is not taken into account when 883 comparing palettes 884 885 \sa operator!=() 876 886 */ 877 887 bool QPalette::operator==(const QPalette &p) const
Note:
See TracChangeset
for help on using the changeset viewer.