Skip to content

Commit

Permalink
Update src/mumble/GlobalShortcut_xdp.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Adam <[email protected]>
  • Loading branch information
aleixpol and Krzmbrzl authored Jan 2, 2023
1 parent b0253c8 commit 6fbe414
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mumble/GlobalShortcut_xdp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
#include "globalshortcuts_portal_interface.h"
#include "portalsrequest_interface.h"

Q_GLOBAL_STATIC_WITH_ARGS(OrgFreedesktopPortalGlobalShortcutsInterface, s_shortcutsInterface, (QLatin1String("org.freedesktop.portal.Desktop"),
QLatin1String("/org/freedesktop/portal/desktop"),
Q_GLOBAL_STATIC_WITH_ARGS(OrgFreedesktopPortalGlobalShortcutsInterface, s_shortcutsInterface, ("org.freedesktop.portal.Desktop",
"/org/freedesktop/portal/desktop",
QDBusConnection::sessionBus()));

bool GlobalShortcutXdp::isAvailable()
Expand Down

0 comments on commit 6fbe414

Please sign in to comment.