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 actionEditFunction;
QAction actionRename;
QAction actionGlobalVar;
QAction actionSetFunctionVarTypes;
QAction actionXRefs;
QAction actionXRefsForVariables;
QAction actionDisplayOptions;
QAction actionGlobalVar;
QAction actionDeleteComment;
QAction actionDeleteFlag;