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

Method addDrawingName

src/3rdparty/QXlsx/source/xlsxcontenttypes.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69void ContentTypes::addDrawingName(const QString &name)
70{
71 addOverride(QStringLiteral("/xl/drawings/%1.xml").arg(name), m_document_prefix + QLatin1String("drawing+xml"));
72}
73
74void ContentTypes::addChartName(const QString &name)
75{

Callers 1

savePackageMethod · 0.80

Calls 1

argMethod · 0.80

Tested by

no test coverage detected