Skip to content

Commit 222790c

Browse files
authored
Merge pull request #377 from thigg/patch-2
Added 64bit path to qdbus
2 parents 127ccb3 + aeae28a commit 222790c

File tree

1 file changed

+1
-1
lines changed
  • Reference/Core_Areas_and_APIs/D-Bus_APIs

1 file changed

+1
-1
lines changed

Reference/Core_Areas_and_APIs/D-Bus_APIs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ Also every service and path in D-Bus should provide `org.freedesktop.DBus.Intros
175175

176176
### qdbus command
177177

178-
Introspection is easiest with `qdbus` command. That command is found on Sailfish OS from *qt5-qttools-qdbus* at `/usr/lib/qt5/bin/qdbus`.
178+
Introspection is easiest with `qdbus` command. That command is found on Sailfish OS from *qt5-qttools-qdbus* at `/usr/lib/qt5/bin/qdbus` or `/usr/lib64/qt5/bin/qdbus`.
179179

180180
List all services currently running on system bus:
181181
```nosh

0 commit comments

Comments
 (0)