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

Method getRootPath

gui/projectfiledialog.cpp:719–725  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

717}
718
719QString ProjectFileDialog::getRootPath() const
720{
721 QString root = mUI->mEditProjectRoot->text();
722 root = root.trimmed();
723 root = QDir::fromNativeSeparators(root);
724 return root;
725}
726
727QString ProjectFileDialog::getBuildDir() const
728{

Callers 6

loadFromProjectFileMethod · 0.80
analyzeProjectMethod · 0.80
setProjectMethod · 0.80
loadSimpleMethod · 0.80
loadSimpleWithIgnoreMethod · 0.80
loadSimpleNorootMethod · 0.80

Calls

no outgoing calls

Tested by 3

loadSimpleMethod · 0.64
loadSimpleWithIgnoreMethod · 0.64
loadSimpleNorootMethod · 0.64