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

Method setDefines

gui/projectfiledialog.cpp:793–796  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

791}
792
793void ProjectFileDialog::setDefines(const QStringList &defines)
794{
795 mUI->mEditDefines->setText(defines.join(";"));
796}
797
798void ProjectFileDialog::setUndefines(const QStringList &undefines)
799{

Callers 1

saveToProjectFileMethod · 0.45

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected