summaryrefslogtreecommitdiffstats
path: root/Source/QtDialog/QCMakeCacheView.h
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2020-06-02 18:32:29 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2020-06-09 14:30:46 (GMT)
commitce9dbceb42b6c9170a86c6f05a914b3a72f656c8 (patch)
treef8c2ddab8b7932e721ab05f0c16bd220c226e6b6 /Source/QtDialog/QCMakeCacheView.h
parent8ea50749da2c8687a31272754eeed54646de1682 (diff)
downloadCMake-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.h1
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,