mwolff added inline comments. INLINE COMMENTS
> remoteimpl.cpp:56 > > - const QStringList filenames = dir.entryList(QDir::Files | > QDir::Readable); > + const QStringList filenames = > dir.entryList({QStringLiteral("*.desktop")}, > + QDir::Files | > QDir::Readable); is this OK? or are there other entries that should be shown under remote:/ ? REPOSITORY R241 KIO REVISION DETAIL https://phabricator.kde.org/D10045 To: mwolff, dfaure Cc: dhaumann, #frameworks, michaelh