From f42e968dda7096a93b95707a93d27ab8688c3b0d Mon Sep 17 00:00:00 2001 From: Seth Alves Date: Tue, 5 Apr 2016 14:12:46 -0700 Subject: [PATCH] commit to repush to see if github is working yet --- interface/src/Application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index 86925429ab..b50fe1292b 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -1122,7 +1122,7 @@ void Application::aboutToQuit() { } void Application::cleanupBeforeQuit() { - // add a logline indicating if QTWEBENGINE_REMOTE_DEBUGGING is set or not + // add a logline indicating if QTWEBENGINE_REMOTE_DEBUGGING is set or not. QProcessEnvironment env; bool webengineRemoteDebuggingSet = env.keys().contains("QTWEBENGINE_REMOTE_DEBUGGING"); qCDebug(interfaceapp) << "QTWEBENGINE_REMOTE_DEBUGGING =" << webengineRemoteDebuggingSet;