Fix compiler warning

This commit is contained in:
Anton Kochkov 2023-08-05 09:51:11 +08:00 committed by Anton Kochkov
parent dccbc7363b
commit a0f5eca191

View File

@ -116,11 +116,11 @@ private:
QAction actionAnalyzeFunction; QAction actionAnalyzeFunction;
QAction actionEditFunction; QAction actionEditFunction;
QAction actionRename; QAction actionRename;
QAction actionGlobalVar;
QAction actionSetFunctionVarTypes; QAction actionSetFunctionVarTypes;
QAction actionXRefs; QAction actionXRefs;
QAction actionXRefsForVariables; QAction actionXRefsForVariables;
QAction actionDisplayOptions; QAction actionDisplayOptions;
QAction actionGlobalVar;
QAction actionDeleteComment; QAction actionDeleteComment;
QAction actionDeleteFlag; QAction actionDeleteFlag;