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

Reply via email to