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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/corelib/tools/contiguouscache/randomlistmodel.h b/examples/corelib/tools/contiguouscache/randomlistmodel.h
index f1f9bd247e..e6192b434f 100644
--- a/examples/corelib/tools/contiguouscache/randomlistmodel.h
+++ b/examples/corelib/tools/contiguouscache/randomlistmodel.h
@@ -62,8 +62,8 @@ public:
RandomListModel(QObject *parent = 0);
~RandomListModel();
- int rowCount(const QModelIndex & = QModelIndex()) const Q_DECL_OVERRIDE;
- QVariant data(const QModelIndex &, int) const Q_DECL_OVERRIDE;
+ int rowCount(const QModelIndex & = QModelIndex()) const override;
+ QVariant data(const QModelIndex &, int) const override;
private:
void cacheRows(int, int) const;