diff main/MainWindow.cpp @ 1613:3f6c18fcc075

Rework network permission tester to note that aggregate info may be used, and tweak for clarity
author Chris Cannam
date Sat, 25 Feb 2017 19:24:13 +0000
parents 3b8bd7e520c5
children 33d32b3190bf
line wrap: on
line diff
--- a/main/MainWindow.cpp	Fri Feb 24 15:57:13 2017 +0000
+++ b/main/MainWindow.cpp	Sat Feb 25 19:24:13 2017 +0000
@@ -319,7 +319,7 @@
     connect(m_midiInput, SIGNAL(eventsAvailable()),
             this, SLOT(midiEventsAvailable()));
 
-    NetworkPermissionTester tester;
+    NetworkPermissionTester tester(withOSCSupport);
     bool networkPermission = tester.havePermission();
     if (networkPermission) {
         if (withOSCSupport) {