Skip to content

Commit

Permalink
Correct portals.rst
Browse files Browse the repository at this point in the history
apparently this contradicting sentence got overlooked in b18084c
  • Loading branch information
mrpenner authored and TingPing committed Oct 3, 2024
1 parent 128b735 commit 1e3b00a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/portals.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,5 @@ hints for what Qt or KDE applications should do to benefit from this.
- Use ``QDesktopServices::openUrl(const QUrl &url)`` or ``KIO::OpenUrlJob`` to
open URIs or send an email when using ``mailto`` URL
- 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
``QFileDialog::DontUseNativeDialog``.
- Use ``KNotification::notify()`` to show notification

0 comments on commit 1e3b00a

Please sign in to comment.