| 272 | }; |
| 273 | |
| 274 | QAtomicInteger<size_t> DiffTextWindow::maxThreads() |
| 275 | { |
| 276 | return RecalcWordWrapRunner::s_maxNofRunnables.loadAcquire(); |
| 277 | } |
| 278 | |
| 279 | void DiffTextWindow::setSourceData(const QSharedPointer<SourceData>& inData) |
| 280 | { |
nothing calls this directly
no outgoing calls
no test coverage detected