mlaurent added inline comments.

INLINE COMMENTS

> screenmapper.cpp:101
>      const auto screenPathWithScheme = screenUrl.url();
> -    const bool isEmpty = (path.isEmpty() || screenUrl.path() == "/");
> +    const bool isEmpty = (screenUrl.isEmpty() || screenUrl.path() == "/");
>      // restore the stored locations

"== QLatin1Char('/') ?"

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

To: amantia, #plasma, mwolff, dakon, broulik
Cc: mlaurent, plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, 
jensreuterberg, abetts, sebas, apol, mart

Reply via email to