Off-loaded ByteItemGraphicsScene construction to Insight worker task

This commit is contained in:
Nav
2022-09-10 22:50:52 +01:00
parent a88b77df8a
commit 241d94da54
13 changed files with 231 additions and 43 deletions

View File

@@ -166,7 +166,7 @@ namespace Bloom
*/
auto* eventDispatchTimer = new QTimer(&(this->application));
QObject::connect(eventDispatchTimer, &QTimer::timeout, this, &Insight::dispatchEvents);
eventDispatchTimer->start(50);
eventDispatchTimer->start(100);
QObject::connect(
this->mainWindow,