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

Function AbstractOOXmlFile

src/3rdparty/QXlsx/source/xlsxdocpropscore.cpp:14–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12#include "xlsxdocpropscore_p.h"
13
14QT_BEGIN_NAMESPACE_XLSX
15
16DocPropsCore::DocPropsCore(CreateFlag flag)
17 :AbstractOOXmlFile(flag)
18{
19}
20
21bool DocPropsCore::setProperty(const QString &name, const QString &value)
22{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected