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

Function strreverse

src/backend/datasources/projects/OriginProjectParser.cpp:3119–3124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3117}
3118
3119QString strreverse(const QString& str) { // QString reversing
3120 auto ba = str.toLocal8Bit();
3121 std::reverse(ba.begin(), ba.end());
3122
3123 return QLatin1String(ba);
3124}
3125
3126Qt::PenStyle OriginProjectParser::penStyle(unsigned char lineStyle) const {
3127 switch (lineStyle) {

Callers 1

parseOriginTagsMethod · 0.85

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected