mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Qt: add Settings::DevicesChanged signal
This commit is contained in:
@ -159,6 +159,7 @@ signals:
|
||||
void DebugFontChanged(QFont font);
|
||||
void AutoUpdateTrackChanged(const QString& mode);
|
||||
void AnalyticsToggled(bool enabled);
|
||||
void DevicesChanged();
|
||||
|
||||
private:
|
||||
bool m_batch = false;
|
||||
|
Reference in New Issue
Block a user