Skip to content

Commit

Permalink
Add note about Qt versions supporting opening directories
Browse files Browse the repository at this point in the history
Closes #333
  • Loading branch information
TingPing committed May 25, 2022
1 parent 105cb24 commit b18084c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/portals-qt.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ hints for what Qt or KDE applications should do to benefit from this.

- Use ``QDesktopServices::openUrl(const QUrl &url)`` or ``KIO::KRun`` to
open URIs or send an email when using ``mailto`` URL
- Use ``QFileDialog`` class to open files. Avoid using
- Use ``QFileDialog`` class to open files and, as of Qt ``5.18.90``, directories. Avoid using
``QFileDialog::DontUseNativeDialog``. Note that portals cannot currently
give access to directories on the host filesystem
- Use ``KNotification::notify()`` to show notification

0 comments on commit b18084c

Please sign in to comment.