diff options
| author | Osmium Sorcerer <os@sof.beauty> | 2026-03-25 03:45:44 +0000 |
|---|---|---|
| committer | Osmium Sorcerer <os@sof.beauty> | 2026-03-30 13:07:11 +0000 |
| commit | f86a8fe59b6b41229cc9353d3144d0381494fed1 (patch) | |
| tree | c5cc99a7cd02240e520401290f26539335f75197 /src/aoevidencebutton.cpp | |
| parent | 80951bce78279a5e306983962b7367b7e1735fa8 (diff) | |
Drop Qt major version checks
We only support Qt 6, remove all conditional code that was dependent on
earlier versions.
Diffstat (limited to 'src/aoevidencebutton.cpp')
| -rw-r--r-- | src/aoevidencebutton.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/aoevidencebutton.cpp b/src/aoevidencebutton.cpp index 31163ca..8580965 100644 --- a/src/aoevidencebutton.cpp +++ b/src/aoevidencebutton.cpp @@ -92,11 +92,7 @@ void AOEvidenceButton::mouseDoubleClickEvent(QMouseEvent *e) Q_EMIT evidenceDoubleClicked(m_id); } -#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0) -void AOEvidenceButton::enterEvent(QEvent *e) -#else void AOEvidenceButton::enterEvent(QEnterEvent *e) -#endif { ui_selector->show(); |
