Skip to content

Commit

Permalink
Fix compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
XVilka committed Aug 5, 2023
1 parent a862eaf commit a9248f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/menus/DisassemblyContextMenu.h
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,11 @@ private slots:
QAction actionAnalyzeFunction;
QAction actionEditFunction;
QAction actionRename;
QAction actionGlobalVar;
QAction actionSetFunctionVarTypes;
QAction actionXRefs;
QAction actionXRefsForVariables;
QAction actionDisplayOptions;
QAction actionGlobalVar;

QAction actionDeleteComment;
QAction actionDeleteFlag;
Expand Down

0 comments on commit a9248f5

Please sign in to comment.