Changeset 179 for smplayer/vendor/current/src/logwindow.cpp
- Timestamp:
- Aug 31, 2016, 5:19:25 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/src/logwindow.cpp
r175 r179 28 28 #include "images.h" 29 29 30 #if QT_VERSION >= 0x050000 31 #include "myscroller.h" 32 #endif 33 30 34 LogWindow::LogWindow( QWidget* parent ) 31 35 : QWidget(parent, Qt::Window ) … … 34 38 35 39 browser->setFont( QFont("fixed") ); 40 41 #if QT_VERSION >= 0x050000 42 MyScroller::setScroller(browser); 43 #endif 36 44 37 45 retranslateStrings();
Note:
See TracChangeset
for help on using the changeset viewer.