DolphinQt Settings: Signal Debug Font By Const Reference

This commit is contained in:
mitaclaw
2024-03-22 07:52:52 -07:00
parent 3948ac9513
commit ae5da02cde
8 changed files with 30 additions and 17 deletions

View File

@ -7,6 +7,7 @@
#include "Common/CommonTypes.h"
class QFont;
class QPoint;
class QScrollBar;
@ -57,7 +58,7 @@ public:
void CreateTable();
void Update();
void UpdateFont();
void UpdateFont(const QFont& font);
void ToggleBreakpoint(u32 addr, bool row);
std::vector<u8> ConvertTextToBytes(Type type, QStringView input_text) const;