D8908: KDateComboBox: fix dateChanged() not emitted after typing a date
Anthony Fieroni
noreply at phabricator.kde.org
Mon Nov 20 05:00:11 UTC 2017
anthonyfieroni added inline comments.
INLINE COMMENTS
> kdatecombobox.cpp:350-351
> + connect(lineEdit(), &QLineEdit::returnPressed, this, [this]() {
> + emit dateEntered(date());
> + emit dateChanged(date());
> + });
Why not
d->enterDate(date());
?
REPOSITORY
R236 KWidgetsAddons
REVISION DETAIL
https://phabricator.kde.org/D8908
To: dfaure, cfeck, dvratil
Cc: anthonyfieroni, #frameworks, #kde_pim
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20171120/d70973f3/attachment.html>
More information about the Kde-frameworks-devel
mailing list