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

Method getUndefines

gui/projectfiledialog.cpp:742–748  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

740}
741
742QStringList ProjectFileDialog::getUndefines() const
743{
744 const QString undefine = mUI->mEditUndefines->text().trimmed();
745 QStringList undefines = undefine.split(QRegularExpression("\\s*;\\s*"), Qt::SkipEmptyParts);
746 undefines.removeDuplicates();
747 return undefines;
748}
749
750QStringList ProjectFileDialog::getCheckPaths() const
751{

Callers 3

loadFromProjectFileMethod · 0.80
getCppcheckSettingsMethod · 0.80
setProjectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected