MCPcopy Create free account
hub / github.com/KDE/kdevelop / renamePath

Method renamePath

kdevplatform/project/helper.cpp:184–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182}
183
184bool 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
189bool KDevelop::copyUrl(const KDevelop::IProject* project, const QUrl& source, const QUrl& target)
190{

Callers

nothing calls this directly

Calls 1

toUrlMethod · 0.45

Tested by

no test coverage detected