D16231: [ksmserver] Rewrite Startup

Aleix Pol Gonzalez noreply at phabricator.kde.org
Tue Oct 30 15:49:34 GMT 2018


apol accepted this revision.
apol added a comment.
This revision is now accepted and ready to land.


  +1 LGTM

INLINE COMMENTS

> startup.cpp:275
>      QDBusPendingCallWatcher *watcher = new QDBusPendingCallWatcher(pending, this);
> -    QObject::connect(watcher, &QDBusPendingCallWatcher::finished, this, &Startup::secondKDEDPhaseLoaded);
> +    QObject::connect(watcher, &QDBusPendingCallWatcher::finished, this, [this]() {emitResult();});
>      QObject::connect(watcher, &QDBusPendingCallWatcher::finished, watcher, &QObject::deleteLater);

can't this be `&KJob::emitResult`?

REPOSITORY
  R120 Plasma Workspace

BRANCH
  master

REVISION DETAIL
  https://phabricator.kde.org/D16231

To: davidedmundson, #plasma, apol
Cc: apol, broulik, anthonyfieroni, plasma-devel, ragreen, Pitel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, mart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20181030/2c23e986/attachment-0001.html>


More information about the Plasma-devel mailing list