From 6923e3ce709f83247d334c415ac2d045b481b8a3 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Sun, 6 Sep 2015 16:28:55 -0700 Subject: [PATCH] Fix logging of intentionally crashing Interface --- interface/src/Application.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index 928b4a0684..d229073c30 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -5075,11 +5075,10 @@ void Application::emulateMouse(Hand* hand, float click, float shift, int index) } void Application::crashApplication() { + qCDebug(interfaceapp) << "Intentionally crashed Interface"; QObject* object = nullptr; bool value = object->isWindowType(); Q_UNUSED(value); - - qCDebug(interfaceapp) << "Intentionally crashed Interface"; } void Application::setActiveDisplayPlugin(const QString& pluginName) {