| 1149 | } |
| 1150 | |
| 1151 | QUrl ProjectController::projectsBaseDirectory() const |
| 1152 | { |
| 1153 | KConfigGroup group = ICore::self()->activeSession()->config()->group(QStringLiteral("Project Manager")); |
| 1154 | return group.readEntry("Projects Base Directory", QUrl::fromLocalFile(QDir::homePath() + QLatin1String("/projects"))); |
| 1155 | } |
| 1156 | |
| 1157 | QString ProjectController::prettyFilePath(const QUrl& url, FormattingOptions format) const |
| 1158 | { |
no test coverage detected