meven added a comment.

  It made me think about D17595 <https://phabricator.kde.org/D17595>.
  Would it make sense to upstream this to KIO and unify behavior with Open/Save 
Dialog (it currently has a folder name check using popups).
  This is a different matter so it should not stop progress here.

INLINE COMMENTS

> knewfilemenu.cpp:1071
> +        if (true /*folders*/) {
> +            QStringList folders = text.split(QLatin1Char('/'));
> +            if (!folders.isEmpty()) {

What about Windows ? maybe use QDir::separator() ?

REPOSITORY
  R241 KIO

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

To: ngraham, #vdg, #frameworks, shubham
Cc: meven, kde-frameworks-devel, LeGast00n, michaelh, ngraham, bruns

Reply via email to