ngraham added inline comments.

INLINE COMMENTS

> filechooser.cpp:298
> +        if(currentUrl.scheme().isEmpty())
> +            currentUrl=QUrl::fromLocalFile(currentFolder);
> +        fileDialog->setDirectoryUrl(currentUrl);

KDE coding style:

  if (thing) {
      do stuff;
  }

Spaces around the equals sign please

REPOSITORY
  R838 Flatpak Support: KDE Portal for XDG Desktop

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

To: bero, jgrulich
Cc: ngraham, plasma-devel, jraleigh, GB_2, ragreen, Pitel, ZrenBot, lesliezhai, 
ali-mohamed, jensreuterberg, abetts, sebas, apol, mart

Reply via email to