mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 12:48:57 +00:00
DolphinQt Settings: Signal Debug Font By Const Reference
This commit is contained in:
parent
3948ac9513
commit
ae5da02cde
8 changed files with 30 additions and 17 deletions
|
@ -10,6 +10,7 @@
|
|||
#include "Common/CommonTypes.h"
|
||||
#include "Core/Debugger/CodeTrace.h"
|
||||
|
||||
class QFont;
|
||||
class QKeyEvent;
|
||||
class QMouseEvent;
|
||||
class QResizeEvent;
|
||||
|
@ -78,6 +79,7 @@ private:
|
|||
void OnContextMenu();
|
||||
|
||||
void AutoStep(CodeTrace::AutoStop option = CodeTrace::AutoStop::Always);
|
||||
void OnDebugFontChanged(const QFont& font);
|
||||
void OnFollowBranch();
|
||||
void OnCopyAddress();
|
||||
void OnCopyTargetAddress();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue