QSearchField: Remove NSSearchField workaround

This was a workaround for QTBUG-124160.
This commit is contained in:
Jonas Kvinge
2024-04-13 05:39:19 +02:00
parent 0c6872b352
commit 8b249dc06a
3 changed files with 4 additions and 27 deletions

View File

@@ -5,9 +5,6 @@
#include <QPointer>
#include <QMenu>
class QShowEvent;
class QCloseEvent;
class QSearchFieldPrivate;
class QSearchField : public QWidget {
Q_OBJECT
@@ -41,7 +38,6 @@ class QSearchField : public QWidget {
void returnPressed();
protected:
void showEvent(QShowEvent *e) override;
void resizeEvent(QResizeEvent*) override;
bool eventFilter(QObject*, QEvent*) override;