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

    r176 r181  
    2020#include "images.h"
    2121
     22#if QT_VERSION >= 0x050000
     23#include "myscroller.h"
     24#endif
     25
    2226ErrorDialog::ErrorDialog( QWidget* parent, Qt::WindowFlags f )
    2327        : QDialog(parent, f)
    2428{
    2529        setupUi(this);
     30
     31#if QT_VERSION >= 0x050000
     32        MyScroller::setScroller(log->viewport());
     33#endif
     34
     35        text->setOpenExternalLinks(true);
    2636
    2737        icon->setText("");
Note: See TracChangeset for help on using the changeset viewer.