mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-23 10:22:55 +00:00
correct QDateTimeEdit::timeChanged() signal argument name
purely cosmetic Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
14a9ff7740
commit
fc51b22ea2
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ public:
|
|||
|
||||
Q_SIGNALS:
|
||||
void dateTimeChanged(const QDateTime &date);
|
||||
void timeChanged(const QTime &date);
|
||||
void timeChanged(const QTime &time);
|
||||
void dateChanged(const QDate &date);
|
||||
|
||||
public Q_SLOTS:
|
||||
|
|
Loading…
Add table
Reference in a new issue