diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2020-06-02 18:32:29 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2020-06-09 14:30:46 (GMT) |
commit | ce9dbceb42b6c9170a86c6f05a914b3a72f656c8 (patch) | |
tree | f8c2ddab8b7932e721ab05f0c16bd220c226e6b6 /Source/QtDialog/QCMakeCacheView.h | |
parent | 8ea50749da2c8687a31272754eeed54646de1682 (diff) | |
download | CMake-ce9dbceb42b6c9170a86c6f05a914b3a72f656c8.zip CMake-ce9dbceb42b6c9170a86c6f05a914b3a72f656c8.tar.gz CMake-ce9dbceb42b6c9170a86c6f05a914b3a72f656c8.tar.bz2 |
QtDialog: remove Qt4-only code
The `reset()` method was actually deprecated for 5.0 which means it can
now be removed here.
Diffstat (limited to 'Source/QtDialog/QCMakeCacheView.h')
-rw-r--r-- | Source/QtDialog/QCMakeCacheView.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/QtDialog/QCMakeCacheView.h b/Source/QtDialog/QCMakeCacheView.h index bea1965..a252708 100644 --- a/Source/QtDialog/QCMakeCacheView.h +++ b/Source/QtDialog/QCMakeCacheView.h @@ -144,7 +144,6 @@ public: bool editorEvent(QEvent* event, QAbstractItemModel* model, const QStyleOptionViewItem& option, const QModelIndex& index); - bool eventFilter(QObject* object, QEvent* event); void setModelData(QWidget* editor, QAbstractItemModel* model, const QModelIndex& index) const; QSize sizeHint(const QStyleOptionViewItem& option, |