Conversation
8066fdf to
1e572eb
Compare
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
…nt return type Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
|
Artifact containing the AppImage: nextcloud-appimage-pr-9793.zip Digest: 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. |
|
|
||
| bool maybeRenameForWindowsCompatibility(const QString &absoluteFileName, | ||
| CSYNC_EXCLUDE_TYPE excludeReason); | ||
| bool maybeRenameForWinCompatibility(const QString &absoluteFileName, |
There was a problem hiding this comment.
function maybeRenameForWinCompatibility should be marked [[nodiscard]]
| bool maybeRenameForWinCompatibility(const QString &absoluteFileName, | |
| [[nodiscard]] bool maybeRenameForWinCompatibility(const QString &absoluteFileName, |
|




Addresses some of the SonarCloud quality gate issues.