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/progressindicator.h | |
| parent | c2247a35e97c96eba9cd4caf09b32b038625cc31 (diff) | |
Remove ifdefs for Qt 5 support.
Diffstat (limited to 'ui/progressindicator.h')
| -rw-r--r-- | ui/progressindicator.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ui/progressindicator.h b/ui/progressindicator.h index 128f49f4..31eda8ab 100644 --- a/ui/progressindicator.h +++ b/ui/progressindicator.h @@ -106,11 +106,7 @@ class BINARYNINJAUIAPI QProgressIndicator : public QWidget void rightClicked(); protected: -#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0) - void enterEvent(QEvent* event) override; -#else void enterEvent(QEnterEvent* event) override; -#endif void leaveEvent(QEvent* event) override; void mouseReleaseEvent(QMouseEvent* event) override { |
