aboutsummaryrefslogtreecommitdiff
path: root/src/aocharbutton.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/aocharbutton.h')
-rw-r--r--src/aocharbutton.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/aocharbutton.h b/src/aocharbutton.h
index 64bea50..6f2d9d9 100644
--- a/src/aocharbutton.h
+++ b/src/aocharbutton.h
@@ -23,11 +23,7 @@ public:
void setTaken(bool enabled);
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;
private: