Ticket #237: qcommonstyle.diff

File qcommonstyle.diff, 2.1 KB (added by rudi, 14 years ago)

More icons

  • src/gui/styles/qcommonstyle.cpp

     
    59785978    case SP_MediaVolumeMuted:
    59795979        icon.addFile(QLatin1String(":/trolltech/styles/commonstyle/images/media-volume-muted-16.png"), QSize(16, 16));
    59805980        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
    59816005#endif // QT_NO_IMAGEFORMAT_PNG
    59826006    default:
    59836007        icon.addPixmap(proxy()->standardPixmap(standardIcon, option, widget));