aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/referenceexamples/attached/birthdayparty.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qml/referenceexamples/attached/birthdayparty.h')
-rw-r--r--examples/qml/referenceexamples/attached/birthdayparty.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qml/referenceexamples/attached/birthdayparty.h b/examples/qml/referenceexamples/attached/birthdayparty.h
index 308d0652a8..4f2ed1702a 100644
--- a/examples/qml/referenceexamples/attached/birthdayparty.h
+++ b/examples/qml/referenceexamples/attached/birthdayparty.h
@@ -64,7 +64,7 @@ public:
BirthdayPartyAttached(QObject *object);
QDate rsvp() const;
- void setRsvp(const QDate &);
+ void setRsvp(QDate);
private:
QDate m_rsvp;