Skip to content
This repository has been archived by the owner on Jan 2, 2020. It is now read-only.

Commit

Permalink
Adapt to master
Browse files Browse the repository at this point in the history
  • Loading branch information
orgads authored and OneMoreGres committed Dec 6, 2018
1 parent d85c898 commit dbd8725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QtcCppcheckPlugin.cpp
Expand Up @@ -281,7 +281,7 @@ void QtcCppcheckPlugin::updateProjectFileList () {
QStringList paths;
for (const auto &i: info.projectParts ()) {
for (const auto &j: i->headerPaths) {
if (j.type == CppTools::ProjectPartHeaderPath::IncludePath &&
if (j.type == HeaderPathType::User &&
j.path.startsWith (projectPath)) {
paths.append (j.path);
}
Expand Down

0 comments on commit dbd8725

Please sign in to comment.