D18378: Fix bug 402077 for 5.14.x
Nathaniel Graham
noreply at phabricator.kde.org
Sat Jan 19 03:22:08 GMT 2019
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20190119/d66fe7e3/attachment.html>
More information about the Plasma-devel
mailing list