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

Method setSettingsUserIncludes

gui/projectfile.cpp:1072–1076  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1070}
1071
1072void ProjectFile::setSettingsUserIncludes(Settings &settings) const
1073{
1074 if (!mUserInclude.isEmpty())
1075 settings.userIncludes.push_back(mUserInclude.toStdString());
1076}
1077
1078QStringList ProjectFile::fromNativeSeparators(const QStringList &paths)
1079{

Callers 2

getCppcheckSettingsMethod · 0.80
emptyUserIncludeMethod · 0.80

Calls 2

isEmptyMethod · 0.80
push_backMethod · 0.45

Tested by 1

emptyUserIncludeMethod · 0.64