Changeset 181 for smplayer/trunk/src/prefplaylist.cpp
- Timestamp:
- Aug 31, 2016, 5:31:04 PM (9 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
- Property svn:mergeinfo changed
/smplayer/vendor/current merged: 179
- Property svn:mergeinfo changed
-
smplayer/trunk/src/prefplaylist.cpp
r176 r181 28 28 } 29 29 30 PrefPlaylist::~PrefPlaylist() 31 { 30 PrefPlaylist::~PrefPlaylist() { 32 31 } 33 32 … … 37 36 38 37 QPixmap PrefPlaylist::sectionIcon() { 39 return Images::icon("playlist", 22);38 return Images::icon("pref_playlist"); 40 39 } 41 40
Note:
See TracChangeset
for help on using the changeset viewer.