OpenStudioApplication icon indicating copy to clipboard operation
OpenStudioApplication copied to clipboard

Look at replacing some connect and singleshot timers with Qt::ConnectionType = QueuedConnection | UniqueConnection

Open macumber opened this issue 4 years ago • 0 comments

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

macumber avatar May 16 '21 00:05 macumber