summaryrefslogtreecommitdiffstats
path: root/examples/corelib/tools/contiguouscache/randomlistmodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/corelib/tools/contiguouscache/randomlistmodel.h')
-rw-r--r--examples/corelib/tools/contiguouscache/randomlistmodel.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/corelib/tools/contiguouscache/randomlistmodel.h b/examples/corelib/tools/contiguouscache/randomlistmodel.h
index 72a6e05f7c..b95acdf3f9 100644
--- a/examples/corelib/tools/contiguouscache/randomlistmodel.h
+++ b/examples/corelib/tools/contiguouscache/randomlistmodel.h
@@ -13,7 +13,6 @@ class RandomListModel : public QAbstractListModel
Q_OBJECT
public:
RandomListModel(QObject *parent = nullptr);
- ~RandomListModel();
int rowCount(const QModelIndex & = QModelIndex()) const override;
QVariant data(const QModelIndex &, int) const override;