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

Method getIncludeDirs

gui/projectfile.h:124–126  ·  view source on GitHub ↗

* @brief Get list of include directories. * @return list of directories. */

Source from the content-addressed store, hash-verified

122 * @return list of directories.
123 */
124 QStringList getIncludeDirs() const {
125 return ProjectFile::fromNativeSeparators(mIncludeDirs);
126 }
127
128 /**
129 * @brief Get list of defines.

Callers 6

loadFromProjectFileMethod · 0.80
getCppcheckSettingsMethod · 0.80
setProjectMethod · 0.80
loadSimpleMethod · 0.80
loadSimpleWithIgnoreMethod · 0.80
loadSimpleNorootMethod · 0.80

Calls

no outgoing calls

Tested by 3

loadSimpleMethod · 0.64
loadSimpleWithIgnoreMethod · 0.64
loadSimpleNorootMethod · 0.64