diff options
| author | Elvis Angelaccio <[email protected]> | 2020-03-16 23:01:54 +0100 |
|---|---|---|
| committer | Elvis Angelaccio <[email protected]> | 2020-03-16 23:01:54 +0100 |
| commit | b65c5c3bc2f34e285d24af08248b409a23a2f723 (patch) | |
| tree | e7dbd64f775c212d76b6acbcf1d66f42f7624298 /src/global.h | |
| parent | 158d12ac37d27023cabf86d165630ec0c9309d4b (diff) | |
| parent | 869b8d7e303b318d7370309d6caa82a0ba8056bf (diff) | |
Merge branch 'release/20.04'
Diffstat (limited to 'src/global.h')
| -rw-r--r-- | src/global.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/global.h b/src/global.h index f203615f1..7ee564581 100644 --- a/src/global.h +++ b/src/global.h @@ -45,7 +45,9 @@ namespace Dolphin { /** * Attaches URLs to an existing Dolphin instance if possible. - * Returns true if URLs were successfully attached + * If @p preferredService is a valid dbus service, it will be tried first. + * @p preferredService needs to support the org.kde.dolphin.MainWindow dbus interface with the /dolphin/Dolphin_1 path. + * Returns true if the URLs were successfully attached. */ bool attachToExistingInstance(const QList<QUrl>& inputUrls, bool openFiles, bool splitView, const QString& preferredService = QString()); |
