apol added inline comments.

INLINE COMMENTS

> waylandtasksmodel.cpp:350
>      // cross-process DND.
> -    return QString("windowsystem/winid+" + uuid.toString().toAscii());
> +    return QString("windowsystem/winid+" + uuid.toString().toLatin1());
>  }

It's using weird API we shouldn't be using. It's creating a QString after all 
so I'd do:
`    return QStringLiteral("windowsystem/winid+") + uuid.toString();`

REPOSITORY
  R120 Plasma Workspace

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

To: sitter, hein
Cc: apol, plasma-devel, LeGast00n, ericadams, jraleigh, GB_2, ragreen, Pitel, 
ZrenBot, himcesjf, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, mart

Reply via email to