Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
793
void ProjectFileDialog::setDefines(const QStringList &defines)
794
{
795
mUI->mEditDefines->setText(defines.join(
";"
));
796
}
797
798
void ProjectFileDialog::setUndefines(const QStringList &undefines)
799
{
Callers
1
saveToProjectFile
Method · 0.45
Calls
1
join
Method · 0.45
Tested by
no test coverage detected