OpenStudioApplication
OpenStudioApplication copied to clipboard
Look at replacing some connect and singleshot timers with Qt::ConnectionType = QueuedConnection | UniqueConnection
Issue overview
Look at replacing some connect and singleshot timers with Qt::ConnectionType = QueuedConnection | UniqueConnection
Current Behavior
Some connections can result in mutliple executions per event loop, replace with other connection types to reduce number of times called