mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
DolphinQt Settings: Signal Debug Font By Const Reference
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user