mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-23 13:44:36 +02:00
commit to repush to see if github is working yet
This commit is contained in:
parent
d8282ae799
commit
f42e968dda
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue