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