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 <dev@robert-adam.de>
  • Loading branch information
aleixpol and Krzmbrzl authored Nov 28, 2022
1 parent 4848e9a commit 37b4b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mumble/GlobalShortcut_xdp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ GlobalShortcutXdp::GlobalShortcutXdp() {
Q_UNUSED(timestamp);
Q_UNUSED(options);

foreach (GlobalShortcut *shortcut, qmShortcuts) {
for (GlobalShortcut *shortcut : qmShortcuts) {
if (shortcut_id == shortcut->objectName()) {
shortcut->triggered(false, shortcut_id);
}
Expand Down

0 comments on commit 37b4b4f

Please sign in to comment.