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

Method setUndefines

gui/projectfiledialog.cpp:798–801  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

796}
797
798void ProjectFileDialog::setUndefines(const QStringList &undefines)
799{
800 mUI->mEditUndefines->setText(undefines.join(";"));
801}
802
803void ProjectFileDialog::setCheckPaths(const QStringList &paths)
804{

Callers 1

saveToProjectFileMethod · 0.45

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected