GUI: don't auto-skip configurations when checking .sln file
This commit is contained in:
parent
fe2fa4d343
commit
4745d844ad
|
@ -383,9 +383,6 @@ void MainWindow::DoCheckProject(ImportProject p)
|
||||||
Settings checkSettings = GetCppcheckSettings();
|
Settings checkSettings = GetCppcheckSettings();
|
||||||
checkSettings.force = false;
|
checkSettings.force = false;
|
||||||
|
|
||||||
if (checkSettings.isWindowsPlatform())
|
|
||||||
p.ignoreOtherPlatforms(checkSettings.platformType);
|
|
||||||
|
|
||||||
if (mProject)
|
if (mProject)
|
||||||
qDebug() << "Checking project file" << mProject->GetProjectFile()->GetFilename();
|
qDebug() << "Checking project file" << mProject->GetProjectFile()->GetFilename();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue