Changeset 79a7671 for src/gui/mainwindow.h
- Timestamp:
- 08/30/17 21:15:52 (5 years ago)
- Branches:
- master, qt5
- Children:
- 30edeb7
- Parents:
- 809b5e5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/mainwindow.h
r809b5e5 r79a7671 21 21 #define MAINWINDOW_H 22 22 23 #include "qglobal.h" 24 #if QT_VERSION >= 0x050000 23 25 #include <QtWidgets> 26 #else 27 #include <QtGui/QMainWindow> 28 #endif 24 29 #include <QSslError> 25 30
Note: See TracChangeset
for help on using the changeset viewer.