Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #12389 (GUI: premiumaddon is not executed properly anymore) #5923

Merged
merged 5 commits into from
Feb 1, 2024

Conversation

danmar
Copy link
Owner

@danmar danmar commented Jan 29, 2024

No description provided.

@danmar danmar force-pushed the fix-12389 branch 2 times, most recently from a0f9972 to f10f746 Compare January 30, 2024 09:52
@danmar
Copy link
Owner Author

danmar commented Jan 30, 2024

I will finish this when PR 5921 has been merged.

@danmar danmar marked this pull request as ready for review February 1, 2024 14:00
@@ -486,6 +486,11 @@ void MainWindow::saveSettings() const

void MainWindow::doAnalyzeProject(ImportProject p, const bool checkLibrary, const bool checkConfiguration)
{
QSharedPointer<Settings> checkSettingsPtr = getCppcheckSettings();
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For information; I moved this getCppcheckSettings call up because if there is a failure and we want to abort it is better that we abort early before clearResults and other stuff..

@danmar danmar merged commit 30e34e2 into danmar:main Feb 1, 2024
64 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant