| 182 | } |
| 183 | |
| 184 | bool KDevelop::renamePath(const KDevelop::IProject* project, const KDevelop::Path& oldName, const KDevelop::Path& newName) |
| 185 | { |
| 186 | return renameUrl(project, oldName.toUrl(), newName.toUrl()); |
| 187 | } |
| 188 | |
| 189 | bool KDevelop::copyUrl(const KDevelop::IProject* project, const QUrl& source, const QUrl& target) |
| 190 | { |