-
Notifications
You must be signed in to change notification settings - Fork 5
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
Client crash 3 #478
base: develop
Are you sure you want to change the base?
Client crash 3 #478
Conversation
src/gui/parametersdialog.cpp
Outdated
if (!errorTabWidget) { | ||
qCDebug(lcParametersDialog()) << "Error widget not found for driveDbId=" << driveDbId; | ||
return; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So this should never happen? Should we fix the problem at its source?
Also, what are the consequences of simply ignore this error here? (I am guessing that the error list will not be cleaned, is it ok?)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suspect this happens after a sync has been deleted, so clearing its errors widget is not a problem anymore.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed the source of the problem (I hope).
ddaed3e
Quality Gate passedIssues Measures |
No description provided.