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

smplayer: update vendor to version 16.8.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • smplayer/vendor/current/src/prefassociations.cpp

    r175 r179  
    3131#include "extensions.h"
    3232
     33#if QT_VERSION >= 0x050000
     34#include "myscroller.h"
     35#endif
     36
    3337static Qt::CheckState CurItemCheckState = Qt::Unchecked;
    3438
     
    3842{
    3943        setupUi(this);
     44
     45#if QT_VERSION >= 0x050000
     46        MyScroller::setScroller(listWidget->viewport());
     47#endif
    4048
    4149        connect(selectAll, SIGNAL(clicked(bool)), this, SLOT(selectAllClicked(bool)));
     
    209217
    210218QPixmap PrefAssociations::sectionIcon() {
    211         return Images::icon("pref_associations", 22);
     219        return Images::icon("pref_associations");
    212220}
    213221
Note: See TracChangeset for help on using the changeset viewer.