-
Notifications
You must be signed in to change notification settings - Fork 800
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 crash when clicking on import legacy account dialog 'Skip' button. #6184
Conversation
/backport to stable-3.10 |
fa668a0
to
3525260
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #6184 +/- ##
==========================================
+ Coverage 60.56% 60.73% +0.16%
==========================================
Files 145 145
Lines 18846 18846
==========================================
+ Hits 11414 11446 +32
+ Misses 7432 7400 -32 |
3525260
to
1158711
Compare
- mac OS only: With Qt::WA_DeleteOnClose the dialog was being deleted twice. Signed-off-by: Camila <[email protected]>
1158711
to
44e8e4b
Compare
SonarCloud Quality Gate failed. 0 Bugs No Coverage information Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
AppImage file: nextcloud-PR-6184-44e8e4b2e96b374b6c541cb29e601fbc862d74d1-x86_64.AppImage |
With Qt::WA_DeleteOnClose the message box was being deleted twice.