Changeset 181 for smplayer/trunk/src/errordialog.cpp
- Timestamp:
- Aug 31, 2016, 5:31:04 PM (9 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
- Property svn:mergeinfo changed
/smplayer/vendor/current merged: 179
- Property svn:mergeinfo changed
-
smplayer/trunk/src/errordialog.cpp
r176 r181 20 20 #include "images.h" 21 21 22 #if QT_VERSION >= 0x050000 23 #include "myscroller.h" 24 #endif 25 22 26 ErrorDialog::ErrorDialog( QWidget* parent, Qt::WindowFlags f ) 23 27 : QDialog(parent, f) 24 28 { 25 29 setupUi(this); 30 31 #if QT_VERSION >= 0x050000 32 MyScroller::setScroller(log->viewport()); 33 #endif 34 35 text->setOpenExternalLinks(true); 26 36 27 37 icon->setText("");
Note:
See TracChangeset
for help on using the changeset viewer.