anthonyfieroni added inline comments.

INLINE COMMENTS

> ConfigEntries.qml:464
> +                              (shownAutoItems[0].taskId != modelData.taskId))
> +                    text: "▲"
> +                    width: 30

icon: "arrow-up"

> ConfigEntries.qml:478
> +                               != modelData.taskId))
> +                    text: "▼"
> +                    width: 30

icon: "arrow-down"

> systemtray.cpp:589
> +    for (auto &regExp : itemIdTrimmingRegExpRules) {
> +        result = itemId.remove(QRegExp(regExp));
> +        if (!QString::compare(result, itemId)) {

Use QRegularExpression instead

REPOSITORY
  R120 Plasma Workspace

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

To: wsdfhjxc, #plasma_workspaces, #plasma, #vdg
Cc: anthonyfieroni, Pitel, alexeymin, plasma-devel, ZrenBot, lesliezhai, 
ali-mohamed, jensreuterberg, abetts, sebas, apol, mart

Reply via email to