knossos icon indicating copy to clipboard operation
knossos copied to clipboard

multiple »viewer returned«

Open Optiligence opened this issue 2 years ago • 0 comments

is because

QMetaObject::invokeMethod(this, &Viewer::run);

stacks up in the event queue.

In general that’s bad but thanks to state::quitSignal nothing much happens. At least state is guaranteed to be alive until after the event loop ends.

Optiligence avatar Apr 03 '22 06:04 Optiligence