Ignore:
Timestamp:
Aug 31, 2016, 5:31:04 PM (9 years ago)
Author:
Silvan Scherrer
Message:

smplayer: update trunk to version 16.8.0

Location:
smplayer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • smplayer/trunk

  • smplayer/trunk/src/filepropertiesdialog.cpp

    r176 r181  
    2525#include "infofile.h"
    2626#include "playerid.h"
     27
     28#if QT_VERSION >= 0x050000
     29#include "myscroller.h"
     30#endif
    2731
    2832FilePropertiesDialog::FilePropertiesDialog( QWidget* parent, Qt::WindowFlags f )
     
    4953#endif
    5054
     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
    5162        retranslateStrings();
    5263}
Note: See TracChangeset for help on using the changeset viewer.