src/gui/kernel/qpalette.cpp
branchGCC_SURGE
changeset 31 5daf16870df6
parent 30 5dc02b23752f
child 37 758a864f9613
equal deleted inserted replaced
27:93b982ccede2 31:5daf16870df6
   793 }
   793 }
   794 
   794 
   795 /*!
   795 /*!
   796     \fn void QPalette::setColor(ColorGroup group, ColorRole role, const QColor &color)
   796     \fn void QPalette::setColor(ColorGroup group, ColorRole role, const QColor &color)
   797 
   797 
   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
   799     color \a role, to the specified solid \a color.
   799     color \a role, to the specified solid \a color.
   800 
   800 
   801     \sa setBrush() color() ColorRole
   801     \sa setBrush() color() ColorRole
   802 */
   802 */
   803 
   803