commit to repush to see if github is working yet

This commit is contained in:
Seth Alves 2016-04-05 14:12:46 -07:00
parent d8282ae799
commit f42e968dda

View file

@ -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;