MCPcopy Create free account
hub / github.com/KDE/labplot / init

Method init

src/3rdparty/QXlsx/source/xlsxdocument.cpp:163–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163void DocumentPrivate::init()
164{
165 if (!contentTypes)
166 contentTypes = std::make_shared<ContentTypes>(ContentTypes::F_NewFromScratch);
167
168 if (workbook.isNull())
169 workbook = QSharedPointer<Workbook>(new Workbook(Workbook::F_NewFromScratch));
170}
171
172bool DocumentPrivate::loadPackage(QIODevice *device)
173{

Callers 1

DocumentMethod · 0.45

Calls 1

isNullMethod · 0.80

Tested by

no test coverage detected