davidedmundson added a comment.

  Seems sensible +1

INLINE COMMENTS

> pagermodel.cpp:615
> +                    // if on >1 activity, remove it from the current 
> activity and add it to the new activity
> +                    QString currentActivity = 
> d->activityInfo->currentActivity();
> +                    //qDebug() << id << " is on " << activities << ", 
> removing from " << currentActivity;

const

> pagermodel.cpp:616
> +                    QString currentActivity = 
> d->activityInfo->currentActivity();
> +                    //qDebug() << id << " is on " << activities << ", 
> removing from " << currentActivity;
> +                    activities.removeAll(currentActivity);

please port to qCDebug() and uncomment

(or just remove)

REPOSITORY
  R119 Plasma Desktop

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

To: wstephenson, davidedmundson, #plasma, hein
Cc: plasma-devel, Orage, LeGast00n, The-Feren-OS-Dev, cblack, jraleigh, zachus, 
fbampaloukas, GB_2, ragreen, ZrenBot, ngraham, alexeymin, himcesjf, lesliezhai, 
ali-mohamed, jensreuterberg, abetts, sebas, apol, ahiemstra, mart

Reply via email to