MCPcopy Create free account
hub / github.com/YACReader/yacreader / ~ContinuousPageWidget

Method ~ContinuousPageWidget

YACReader/continuous_page_widget.cpp:99–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99ContinuousPageWidget::~ContinuousPageWidget()
100{
101 // Drop queued-but-not-started tasks and wait for running ones to finish.
102 // While we block here the widget is still fully alive, so any in-flight
103 // task's queued invocation targets a valid object; Qt removes that posted
104 // event when this QObject is destroyed.
105 scalePool.clear();
106 scalePool.waitForDone();
107}
108
109void ContinuousPageWidget::applyTheme(const Theme &)
110{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected