mirror of
https://github.com/rizinorg/cutter.git
synced 2025-02-22 06:33:46 +00:00
Fix for Qt 5.5
This commit is contained in:
parent
78c7d791cc
commit
aafc99dcd6
@ -18,6 +18,9 @@ DisassemblyContextMenu::DisassemblyContextMenu(QWidget *parent)
|
|||||||
actionRename(this),
|
actionRename(this),
|
||||||
actionRenameUsedHere(this),
|
actionRenameUsedHere(this),
|
||||||
actionXRefs(this),
|
actionXRefs(this),
|
||||||
|
actionDeleteComment(this),
|
||||||
|
actionDeleteFlag(this),
|
||||||
|
actionDeleteFunction(this),
|
||||||
actionDisplayOptions(this),
|
actionDisplayOptions(this),
|
||||||
actionSetBaseBinary(this),
|
actionSetBaseBinary(this),
|
||||||
actionSetBaseOctal(this),
|
actionSetBaseOctal(this),
|
||||||
|
Loading…
Reference in New Issue
Block a user