Update ModuleManager.cpp

This commit is contained in:
Alex Spataru 2024-10-14 01:14:13 -05:00 committed by GitHub
parent 052573bafb
commit d54a8b1f3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -133,9 +133,6 @@ Misc::ModuleManager::ModuleManager()
// Stop modules when application is about to quit
connect(&m_engine, &QQmlApplicationEngine::quit, this,
&Misc::ModuleManager::onQuit);
// Use software rendering to avoid crashes
QQuickWindow::setGraphicsApi(QSGRendererInterface::Software);
}
/**