Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
danmar committed Feb 1, 2024
1 parent 9ccfc42 commit 138d7f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gui/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -527,9 +527,9 @@ void MainWindow::doAnalyzeProject(ImportProject p, const bool checkLibrary, cons
checkLockDownUI(); // lock UI while checking

mUI->mResults->setCheckDirectory(checkPath);
checkSettingsPtr->force = false;
checkSettingsPtr->checkLibrary = checkLibrary;
checkSettingsPtr->checkConfiguration = checkConfiguration;
checkSettings.force = false;
checkSettings.checkLibrary = checkLibrary;
checkSettings.checkConfiguration = checkConfiguration;

if (mProjectFile)
qDebug() << "Checking project file" << mProjectFile->getFilename();
Expand Down

0 comments on commit 138d7f9

Please sign in to comment.