aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/referenceexamples/binding/birthdayparty.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qml/referenceexamples/binding/birthdayparty.cpp')
-rw-r--r--examples/qml/referenceexamples/binding/birthdayparty.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qml/referenceexamples/binding/birthdayparty.cpp b/examples/qml/referenceexamples/binding/birthdayparty.cpp
index cfedf84be0..02a1adbb35 100644
--- a/examples/qml/referenceexamples/binding/birthdayparty.cpp
+++ b/examples/qml/referenceexamples/binding/birthdayparty.cpp
@@ -59,7 +59,7 @@ QDate BirthdayPartyAttached::rsvp() const
return m_rsvp;
}
-void BirthdayPartyAttached::setRsvp(const QDate &d)
+void BirthdayPartyAttached::setRsvp(QDate d)
{
if (d != m_rsvp) {
m_rsvp = d;