Change the parameter name of signals to be consistent.

Change-Id: Ib602fde3f9cb240f328457abf57a341c98aaace9
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
Stephen Kelly 2012-03-21 19:43:55 +01:00 committed by Qt by Nokia
parent 22d621dd99
commit a974986d07

View File

@ -168,8 +168,8 @@ public:
bool event(QEvent *event);
Q_SIGNALS:
void dateTimeChanged(const QDateTime &date);
void timeChanged(const QTime &date);
void dateTimeChanged(const QDateTime &dateTime);
void timeChanged(const QTime &time);
void dateChanged(const QDate &date);
public Q_SLOTS: