aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols/eventcalendar/eventmodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quickcontrols/eventcalendar/eventmodel.h')
-rw-r--r--examples/quickcontrols/eventcalendar/eventmodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quickcontrols/eventcalendar/eventmodel.h b/examples/quickcontrols/eventcalendar/eventmodel.h
index 3dc391fdd7..62a30df33b 100644
--- a/examples/quickcontrols/eventcalendar/eventmodel.h
+++ b/examples/quickcontrols/eventcalendar/eventmodel.h
@@ -34,7 +34,7 @@ public:
void setEventDatabase(SqlEventDatabase *eventDatabase);
QDate date() const;
- void setDate(const QDate &date);
+ void setDate(QDate date);
int rowCount(const QModelIndex & = QModelIndex()) const;
QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const;