MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / setRootPath

Method setRootPath

gui/projectfiledialog.cpp:771–774  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

769}
770
771void ProjectFileDialog::setRootPath(const QString &root)
772{
773 mUI->mEditProjectRoot->setText(QDir::toNativeSeparators(root));
774}
775
776void ProjectFileDialog::setBuildDir(const QString &buildDir)
777{

Callers 2

MainWindowMethod · 0.45
saveToProjectFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected