mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-28 05:34:47 +01:00
More code cleanup
This commit is contained in:
parent
0cbf79870b
commit
ccd92edb8d
@ -3,9 +3,9 @@
|
||||
#include <QWheelEvent>
|
||||
#if QT_VERSION < QT_VERSION_CHECK(5, 4, 0)
|
||||
#include <QGLWidget>
|
||||
#else // QT 5
|
||||
#else // QT 5.4
|
||||
#include <QOpenGLWidget>
|
||||
#endif // QT 5
|
||||
#endif // QT 5.4
|
||||
#include <QSysInfo>
|
||||
#include "rd.h"
|
||||
#include "poi.h"
|
||||
|
Loading…
Reference in New Issue
Block a user