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 Nov 28, 2022
1 parent 37b4b4f commit e00c411
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 @@ -73,7 +73,7 @@ void GlobalShortcutXdp::createSession()

int i = 0;
m_ids.resize(qmShortcuts.count());
foreach (GlobalShortcut *shortcut, qmShortcuts) {
for (GlobalShortcut *shortcut : qmShortcuts) {
initialShortcuts.append({shortcut->objectName(), {
{ QStringLiteral("description"), shortcut->name }
}});
Expand Down

0 comments on commit e00c411

Please sign in to comment.