Changeset 179 for smplayer/vendor/current/src/errordialog.cpp
- Timestamp:
- Aug 31, 2016, 5:19:25 PM (9 years ago)
- File:
-
- 1 edited
-
smplayer/vendor/current/src/errordialog.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/src/errordialog.cpp
r175 r179 20 20 #include "images.h" 21 21 22 23 24 25 22 26 ErrorDialog::ErrorDialog( QWidget* parent, Qt::WindowFlags f ) 23 27 : QDialog(parent, f) 24 28 { 25 29 setupUi(this); 30 31 32 33 34 35 26 36 27 37 icon->setText("");
Note:
See TracChangeset
for help on using the changeset viewer.
