Ticket #237: qcommonstyle.diff
| File qcommonstyle.diff, 2.1 KB (added by , 14 years ago) |
|---|
-
src/gui/styles/qcommonstyle.cpp
5978 5978 case SP_MediaVolumeMuted: 5979 5979 icon.addFile(QLatin1String(":/trolltech/styles/commonstyle/images/media-volume-muted-16.png"), QSize(16, 16)); 5980 5980 break; 5981 5982 5983 5984 5985 5986 5987 5988 5989 5990 5991 5992 5993 5994 5995 5996 5997 5998 5999 6000 6001 6002 6003 6004 5981 6005 #endif // QT_NO_IMAGEFORMAT_PNG 5982 6006 default: 5983 6007 icon.addPixmap(proxy()->standardPixmap(standardIcon, option, widget));
