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

Method RichStringPrivate

src/3rdparty/QXlsx/source/xlsxrichstring.cpp:20–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20RichStringPrivate::RichStringPrivate(const RichStringPrivate &other)
21 :QSharedData(other), fragmentTexts(other.fragmentTexts)
22 ,fragmentFormats(other.fragmentFormats)
23 , _idKey(other.idKey()), _dirty(other._dirty)
24{
25
26}
27
28RichStringPrivate::~RichStringPrivate()
29{

Callers

nothing calls this directly

Calls 1

idKeyMethod · 0.80

Tested by

no test coverage detected