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