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

@ -10,6 +10,7 @@
#include "Common/CommonTypes.h"
class FifoPlayer;
class QFont;
class QGroupBox;
class QLabel;
class QLineEdit;
@ -43,6 +44,8 @@ private:
void UpdateDetails();
void UpdateDescription();
void OnDebugFontChanged(const QFont& font);
FifoPlayer& m_fifo_player;
QTreeWidget* m_tree_widget;