Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QtExcel/QXlsx
/ removeSharedString
Method
removeSharedString
QXlsx/source/xlsxsharedstrings.cpp:76–79 ·
view source on GitHub ↗
* Broken, don't use. */
Source
from the content-addressed store, hash-verified
74
* Broken, don't use.
75
*/
76
void SharedStrings::removeSharedString(const QString &string)
77
{
78
removeSharedString(RichString(string));
79
}
80
81
/*
82
* Broken, don't use.
Callers
nothing calls this directly
Calls
1
RichString
Class · 0.50
Tested by
no test coverage detected