Skip to content

Commit

Permalink
Corrected a bad typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan committed Nov 15, 2024
1 parent f944ba3 commit 316cbe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dbusmenuimporter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ void DBusMenuImporter::slotGetLayoutFinished(QDBusPendingCallWatcher *watcher)
activeAction = action;
}
else {
++activeAction;
++activeIndex;
}
}
++index;
Expand Down

0 comments on commit 316cbe0

Please sign in to comment.