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 "Resolve conflicts" dialog not showing up #7789

Merged
merged 1 commit into from
Jan 24, 2025

Conversation

nilsding
Copy link
Member

commit 00b616b removed the call to QScopedPointer::take as it's considered deprecated in Qt 6.1 and advises to use std::unique_ptr with release() instead

--> replace QScopedPointer with std::unique_ptr and call its release() method as part of the cast to QQuickWindow*

@nilsding nilsding added this to the 3.16.0 milestone Jan 24, 2025
@nilsding nilsding self-assigned this Jan 24, 2025
commit 00b616b removed the call to
`QScopedPointer::take` as it's considered deprecated in Qt 6.1 and
advises to use `std::unique_ptr` with `release()` instead

--> replace `QScopedPointer` with `std::unique_ptr` and call its
`release()` method as part of the cast to `QQuickWindow*`

Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
@mgallien mgallien force-pushed the bugfix/show-resolve-conflicts-dialog branch from 608179c to e921e96 Compare January 24, 2025 14:06
@mgallien mgallien merged commit af2027d into master Jan 24, 2025
10 of 15 checks passed
@mgallien mgallien deleted the bugfix/show-resolve-conflicts-dialog branch January 24, 2025 14:06
Copy link

Artifact containing the AppImage: nextcloud-appimage-pr-7789.zip

SHA256 checksum: 06bdb659ea9b21314d9c3724943ae90fe0143eca6b1488f0d26447c73d4506bd

To test this change/fix you can download the above artifact file, unzip it, and run it.

Please make sure to quit your existing Nextcloud app and backup your data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants