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/prefassociations.cpp

    r176 r181  
    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.