Changeset 181 for smplayer/trunk/src/colorutils.cpp
- Timestamp:
- Aug 31, 2016, 5:31:04 PM (9 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/colorutils.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
- Property svn:mergeinfo changed
/smplayer/vendor/current merged: 179
- Property svn:mergeinfo changed
-
smplayer/trunk/src/colorutils.cpp
r176 r181 52 52 } 53 53 54 54 55 void ColorUtils::setForegroundColor(QWidget * w, const QColor & color) { 55 56 QPalette p = w->palette(); … … 63 64 w->setPalette(p); 64 65 } 66 65 67 66 68 #if COLOR_OUTPUT_SUPPORT
Note:
See TracChangeset
for help on using the changeset viewer.
