MCPcopy Create free account
hub / github.com/cpeditor/cpeditor / trPathFor

Method trPathFor

src/Settings/PreferencesWindow.cpp:117–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117QString AddPageHelper::trPathFor(const QString &trkey)
118{
119 return (currentTrPath + QStringList(trkey)).join('/');
120}
121
122AddPageHelper::AddPageHelper(PreferencesWindow *w) : window(w), tree(window->menuTree)
123{

Callers

nothing calls this directly

Calls 1

QStringListClass · 0.50

Tested by

no test coverage detected