mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-20 17:05:41 -04:00
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