MCPcopy Create free account
hub / github.com/PlotJuggler/PlotJuggler / splitPath

Function splitPath

pj_widgets/src/CurveTreeView.cpp:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39constexpr int kValueOnlyRole = Qt::UserRole + 7;
40
41QStringList splitPath(const QString& name) {
42 return name.split('/', Qt::SkipEmptyParts);
43}
44
45QString normalizedPathSegment(QString path) {
46 path.replace('.', '/');

Callers 2

ensureGroupMethod · 0.85
addCatalogItemMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected