Changeset 137 for smplayer/vendor/current/src/images.h
- Timestamp:
- Dec 3, 2012, 5:29:00 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/src/images.h
r121 r137 22 22 #include <QPixmap> 23 23 #include <QString> 24 #include <QIcon> 24 25 25 26 /* Warning: don't use this until global->preferences is created! */ … … 37 38 static QString file(const QString & icon_name); 38 39 40 static QIcon multiIcon(QString name, QString fallback_icon); 41 42 static QString styleSheet(); 43 static QString themesDirectory(); 44 39 45 private: 40 46 //! Return the filename for the icon
Note:
See TracChangeset
for help on using the changeset viewer.