aboutsummaryrefslogtreecommitdiff
path: root/comms/qsstv/files/patch-src_sound_soundcontrol.h
blob: 20a40c97e674812f163e2fb0d014776355c44773 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- src/sound/soundcontrol.h.orig	2014-04-09 10:27:16.000000000 -0700
+++ src/sound/soundcontrol.h	2014-04-09 10:27:28.000000000 -0700
@@ -22,8 +22,8 @@
 
 private:
   Ui::soundControl *ui;
-  int inputAudioDeviceIndex;
-  int outputAudioDeviceIndex;
+  QString inputAudioDevice;
+  QString outputAudioDevice;
   bool changed;
   void getParams();
 };