aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/referenceexamples/valuesource/birthdayparty.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qml/referenceexamples/valuesource/birthdayparty.h')
-rw-r--r--examples/qml/referenceexamples/valuesource/birthdayparty.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/qml/referenceexamples/valuesource/birthdayparty.h b/examples/qml/referenceexamples/valuesource/birthdayparty.h
index 25e2342937..abd6363571 100644
--- a/examples/qml/referenceexamples/valuesource/birthdayparty.h
+++ b/examples/qml/referenceexamples/valuesource/birthdayparty.h
@@ -65,7 +65,7 @@ public:
BirthdayPartyAttached(QObject *object);
QDate rsvp() const;
- void setRsvp(const QDate &);
+ void setRsvp(QDate);
private:
QDate m_rsvp;
@@ -99,7 +99,7 @@ public:
void startParty();
signals:
- void partyStarted(const QTime &time);
+ void partyStarted(QTime time);
private:
Person *m_host;