more CR feedback

This commit is contained in:
Brad Hefta-Gaub 2016-10-17 13:09:10 -07:00
parent d5c87a0db6
commit c575e19b81

View file

@ -586,7 +586,7 @@ Application::Application(int& argc, char** argv, QElapsedTimer& startupTimer, bo
qCDebug(interfaceapp) << "Home sandbox appears to be running....."; qCDebug(interfaceapp) << "Home sandbox appears to be running.....";
determinedSandboxState = true; determinedSandboxState = true;
sandboxRunning = true; sandboxRunning = true;
}, [&]() { }, [&, wantsSandboxRunning]() {
qCDebug(interfaceapp) << "Home sandbox does not appear to be running...."; qCDebug(interfaceapp) << "Home sandbox does not appear to be running....";
determinedSandboxState = true; determinedSandboxState = true;
sandboxRunning = false; sandboxRunning = false;