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

Method addChartName

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

Source from the content-addressed store, hash-verified

72}
73
74void ContentTypes::addChartName(const QString &name)
75{
76 addOverride(QStringLiteral("/xl/charts/%1.xml").arg(name), m_document_prefix + QLatin1String("drawingml.chart+xml"));
77}
78
79void ContentTypes::addCommentName(const QString &name)
80{

Callers 1

savePackageMethod · 0.80

Calls 1

argMethod · 0.80

Tested by

no test coverage detected