mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
Use the correct interface for QDBusInterface for focus
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@1551 05730e5d-ab1b-0410-a4ac-84af385074fa
This commit is contained in:
parent
990ab724b0
commit
46b15943be
@ -100,7 +100,7 @@ int main(int argc, char **argv) {
|
||||
}
|
||||
#endif
|
||||
|
||||
QDBusInterface qdbi(QLatin1String("net.sourceforge.mumble.mumble"), QLatin1String("/"));
|
||||
QDBusInterface qdbi(QLatin1String("net.sourceforge.mumble.mumble"), QLatin1String("/"), QLatin1String("net.sourceforge.mumble.Mumble"));
|
||||
QDBusMessage reply=qdbi.call(QLatin1String("focus"));
|
||||
if (reply.type() == QDBusMessage::ReplyMessage) {
|
||||
if (a.arguments().count() > 1) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user