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

Method removeSharedString

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

* Broken, don't use. */

Source from the content-addressed store, hash-verified

75 * Broken, don't use.
76 */
77void SharedStrings::removeSharedString(const QString &string)
78{
79 removeSharedString(RichString(string));
80}
81
82/*
83 * Broken, don't use.

Callers

nothing calls this directly

Calls 4

RichStringClass · 0.50
endMethod · 0.45
sizeMethod · 0.45
removeMethod · 0.45

Tested by

no test coverage detected