D8908: KDateComboBox: fix dateChanged() not emitted after typing a date

Anthony Fieroni noreply at phabricator.kde.org
Mon Nov 20 05:00:10 GMT 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-pim/attachments/20171120/f9633fa3/attachment.html>


More information about the kde-pim mailing list