Qt: Hook up audio driver selection

This commit is contained in:
Connor McLaughlin
2022-08-05 17:50:28 +10:00
parent 609b050676
commit 57c1ca97f7
7 changed files with 55 additions and 6 deletions

View File

@@ -15,6 +15,7 @@ public:
~AudioSettingsWidget();
private Q_SLOTS:
void updateDriverNames();
void updateLatencyLabel();
void updateVolumeLabel();
void onMinimalOutputLatencyChecked(bool new_value);