Qt: Add actions to debugger context menu
This commit is contained in:
@@ -55,6 +55,7 @@ private Q_SLOTS:
|
||||
void onStepOverActionTriggered();
|
||||
void onStepOutActionTriggered();
|
||||
void onCodeViewItemActivated(QModelIndex index);
|
||||
void onCodeViewContextMenuRequested(const QPoint& pt);
|
||||
void onMemorySearchTriggered();
|
||||
void onMemorySearchStringChanged(const QString&);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user