Changeset 179 for smplayer/vendor/current/src/prefassociations.cpp
- Timestamp:
- Aug 31, 2016, 5:19:25 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/src/prefassociations.cpp
r175 r179 31 31 #include "extensions.h" 32 32 33 #if QT_VERSION >= 0x050000 34 #include "myscroller.h" 35 #endif 36 33 37 static Qt::CheckState CurItemCheckState = Qt::Unchecked; 34 38 … … 38 42 { 39 43 setupUi(this); 44 45 #if QT_VERSION >= 0x050000 46 MyScroller::setScroller(listWidget->viewport()); 47 #endif 40 48 41 49 connect(selectAll, SIGNAL(clicked(bool)), this, SLOT(selectAllClicked(bool))); … … 209 217 210 218 QPixmap PrefAssociations::sectionIcon() { 211 return Images::icon("pref_associations" , 22);219 return Images::icon("pref_associations"); 212 220 } 213 221
Note:
See TracChangeset
for help on using the changeset viewer.