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

Method renameFolder

kdevplatform/project/abstractfilemanagerplugin.cpp:554–560  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

552}
553
554bool AbstractFileManagerPlugin::renameFolder(ProjectFolderItem* folder, const Path& newPath)
555{
556 Q_D(AbstractFileManagerPlugin);
557
558 qCDebug(FILEMANAGER) << "trying to rename a folder:" << folder->path() << newPath;
559 return d->rename(folder, newPath);
560}
561
562bool AbstractFileManagerPlugin::renameFile(ProjectFileItem* file, const Path& newPath)
563{

Callers 1

renameFileOrFolderMethod · 0.45

Calls 2

pathMethod · 0.45
renameMethod · 0.45

Tested by

no test coverage detected