diff options
| author | Alexander Taylor <alex@vector35.com> | 2023-01-25 20:16:39 -0500 |
|---|---|---|
| committer | Alexander Taylor <alex@vector35.com> | 2023-02-08 11:53:38 -0500 |
| commit | c4f19e2db7a25132907b96db820d4dd647bbc497 (patch) | |
| tree | 0dfdf649a5d7fc3d43d899948ba92111f6ec7da3 /ui/viewframe.h | |
| parent | c2247a35e97c96eba9cd4caf09b32b038625cc31 (diff) | |
Remove ifdefs for Qt 5 support.
Diffstat (limited to 'ui/viewframe.h')
| -rw-r--r-- | ui/viewframe.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/ui/viewframe.h b/ui/viewframe.h index 9803548c..74b87624 100644 --- a/ui/viewframe.h +++ b/ui/viewframe.h @@ -1,11 +1,7 @@ #pragma once #include <QtWidgets/QGestureEvent> -#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0) - #include <QtWidgets/QAction> -#else - #include <QtGui/QAction> -#endif +#include <QtGui/QAction> #include <QtWidgets/QLabel> #include <QtCore/QPointer> #include <QtWidgets/QVBoxLayout> |
