Fix logging of intentionally crashing Interface

This commit is contained in:
David Rowe 2015-09-06 16:28:55 -07:00
parent 16346dd717
commit 6923e3ce70

View file

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