D8524: Add a signal notifying a change in the names of running activities.

Anthony Fieroni noreply at phabricator.kde.org
Wed Nov 8 14:34:12 UTC 2017


anthonyfieroni added inline comments.

INLINE COMMENTS

> activityinfo.cpp:81-86
> +    connect(d->activitiesModel, &KActivities::ActivitiesModel::rowsInserted,
> +        this, &ActivityInfo::namesOfRunningActivitiesChanged);
> +    connect(d->activitiesModel, &KActivities::ActivitiesModel::rowsRemoved,
> +        this, &ActivityInfo::namesOfRunningActivitiesChanged);
> +    connect(d->activitiesModel, &KActivities::ActivitiesModel::modelReset,
> +        this, &ActivityInfo::namesOfRunningActivitiesChanged);

They should emit also numberOfRunnigActivitiesChanges, no?

REPOSITORY
  R120 Plasma Workspace

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

To: hein, #plasma
Cc: anthonyfieroni, ivan, plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20171108/e0b20c78/attachment.html>


More information about the Plasma-devel mailing list