mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
Qt: add Settings::DevicesChanged signal
This commit is contained in:
parent
3d1a7737d8
commit
b689a195ff
2 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue