Ignore:
Timestamp:
Dec 3, 2012, 5:29:00 PM (13 years ago)
Author:
Silvan Scherrer
Message:

SMPlayer: updated vendor to 0.8.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • smplayer/vendor/current/src/images.h

    r121 r137  
    2222#include <QPixmap>
    2323#include <QString>
     24#include <QIcon>
    2425
    2526/* Warning: don't use this until global->preferences is created! */
     
    3738        static QString file(const QString & icon_name);
    3839
     40        static QIcon multiIcon(QString name, QString fallback_icon);
     41
     42        static QString styleSheet();
     43        static QString themesDirectory();
     44
    3945private:
    4046        //! Return the filename for the icon
Note: See TracChangeset for help on using the changeset viewer.