Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/gui/kernel/qpalette.cpp

    r651 r846  
    11/****************************************************************************
    22**
    3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
    44** All rights reserved.
    55** Contact: Nokia Corporation (qt-info@nokia.com)
     
    796796    \fn void QPalette::setColor(ColorGroup group, ColorRole role, const QColor &color)
    797797
    798     Sets the brush in the specified color \a group, used for the given
     798    Sets the color in the specified color \a group, used for the given
    799799    color \a role, to the specified solid \a color.
    800800
     
    869869    Returns true (slowly) if this palette is different from \a p;
    870870    otherwise returns false (usually quickly).
     871
     872    \note The current ColorGroup is not taken into account when
     873    comparing palettes
     874
     875    \sa operator==()
    871876*/
    872877
     
    874879    Returns true (usually quickly) if this palette is equal to \a p;
    875880    otherwise returns false (slowly).
     881
     882    \note The current ColorGroup is not taken into account when
     883    comparing palettes
     884
     885    \sa operator!=()
    876886*/
    877887bool QPalette::operator==(const QPalette &p) const
Note: See TracChangeset for help on using the changeset viewer.