Changeset 179 for smplayer/vendor/current/src/filepropertiesdialog.cpp
- Timestamp:
- Aug 31, 2016, 5:19:25 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/src/filepropertiesdialog.cpp
r175 r179 25 25 #include "infofile.h" 26 26 #include "playerid.h" 27 28 #if QT_VERSION >= 0x050000 29 #include "myscroller.h" 30 #endif 27 31 28 32 FilePropertiesDialog::FilePropertiesDialog( QWidget* parent, Qt::WindowFlags f ) … … 49 53 #endif 50 54 55 #if QT_VERSION >= 0x050000 56 MyScroller::setScroller(info_edit); 57 MyScroller::setScroller(demuxer_listbox->viewport()); 58 MyScroller::setScroller(vc_listbox->viewport()); 59 MyScroller::setScroller(ac_listbox->viewport()); 60 #endif 61 51 62 retranslateStrings(); 52 63 }
Note:
See TracChangeset
for help on using the changeset viewer.