MCPcopy Create free account
hub / github.com/TeXworks/texworks / detachFromParent

Method detachFromParent

modules/QtPDF/src/PDFBackend.cpp:338–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

336Page::size_type Page::pageNum() const { QReadLocker pageLocker(&_pageLock); return _n; }
337
338void Page::detachFromParent()
339{
340 QWriteLocker pageLocker(&_pageLock);
341 _parent = nullptr;
342}
343
344QRectF Page::getContentBoundingBox() const
345{

Callers 1

foreachFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected