mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-15 05:22:53 +08:00
Update ModuleManager.cpp
This commit is contained in:
parent
052573bafb
commit
d54a8b1f3b
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user