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) {