Merge master <-> api_changes
[profile/ivi/qtdeclarative.git] / examples / qml / cppextensions / referenceexamples / grouped / birthdayparty.cpp
index d697ac2..e15ffe1 100644 (file)
@@ -54,7 +54,7 @@ void BirthdayParty::setHost(Person *c)
     m_host = c;
 }
 
-QQmlListProperty<Person> BirthdayParty::guests() 
+QQmlListProperty<Person> BirthdayParty::guests()
 {
     return QQmlListProperty<Person>(this, m_guests);
 }