mirror of
https://github.com/overte-org/overte.git
synced 2025-04-07 22:33:04 +02:00
Fix logging of intentionally crashing Interface
This commit is contained in:
parent
16346dd717
commit
6923e3ce70
1 changed files with 1 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue