mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
DolphinQt Settings: Signal Debug Font By Const Reference
This commit is contained in:
@ -217,7 +217,7 @@ signals:
|
||||
void JITVisibilityChanged(bool visible);
|
||||
void AssemblerVisibilityChanged(bool visible);
|
||||
void DebugModeToggled(bool enabled);
|
||||
void DebugFontChanged(QFont font);
|
||||
void DebugFontChanged(const QFont& font);
|
||||
void AutoUpdateTrackChanged(const QString& mode);
|
||||
void FallbackRegionChanged(const DiscIO::Region& region);
|
||||
void AnalyticsToggled(bool enabled);
|
||||
|
Reference in New Issue
Block a user