MCPcopy Create free account
hub / github.com/KDE/okular / docdataMigrationDone

Method docdataMigrationDone

core/document.cpp:5471–5477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5469}
5470
5471void Document::docdataMigrationDone()
5472{
5473 if (d->m_docdataMigrationNeeded) {
5474 d->m_docdataMigrationNeeded = false;
5475 foreachObserver(notifySetup(d->m_pagesVector, 0));
5476 }
5477}
5478
5479QAbstractItemModel *Document::layersModel() const
5480{

Callers 2

testDocdataMigrationMethod · 0.80
saveAsMethod · 0.80

Calls 1

notifySetupFunction · 0.85

Tested by 1

testDocdataMigrationMethod · 0.64