diff main/PreferencesDialog.h @ 686:7f7fba33b7de

Add network permission to prefs; make OSC support one of the things that depends on it
author Chris Cannam
date Thu, 12 Dec 2013 15:20:42 +0000
parents 86d1f640ae1e
children c7945dad2f49
line wrap: on
line diff
--- a/main/PreferencesDialog.h	Wed Dec 11 22:00:09 2013 +0000
+++ b/main/PreferencesDialog.h	Thu Dec 12 15:20:42 2013 +0000
@@ -61,6 +61,7 @@
     void showSplashChanged(int state);
     void defaultTemplateChanged(int);
     void localeChanged(int);
+    void networkPermissionChanged(int state);
 
     void tempDirButtonClicked();
 
@@ -91,6 +92,7 @@
     int m_audioDevice;
     int m_resampleQuality;
     bool m_resampleOnLoad;
+    bool m_networkPermission;
     QString m_tempDirRoot;
     int m_backgroundMode;
     int m_timeToTextMode;