mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-19 19:36:11 +00:00
Fix compiler warning
This commit is contained in:
parent
dccbc7363b
commit
a0f5eca191
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user