Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[stable-3.17] refactor: Use correct string overload #9230
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
Uh oh!
There was an error while loading. Please reload this page.
[stable-3.17] refactor: Use correct string overload #9230
Changes from all commits
c9ba287File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing
Check failure on line 643 in src/gui/accountstate.cpp
Replace the use of "new" with an operation that automatically manages the memory.
Check warning on line 644 in src/gui/accountstate.cpp
Unmodified variable "app" of type "class OCC::AccountApp *" should be const-qualified.
Check warning on line 21 in src/gui/folderstatusmodel.cpp
src/gui/folderstatusmodel.cpp:21:20 [cppcoreguidelines-avoid-non-const-global-variables]
Check failure on line 7 in src/gui/owncloudsetupwizard.cpp
src/gui/owncloudsetupwizard.cpp:7:10 [clang-diagnostic-error]
Check warning on line 429 in src/gui/owncloudsetupwizard.cpp
Unmodified variable "expectedPath" of type "class QString" should be const-qualified.
Check warning on line 491 in src/gui/owncloudsetupwizard.cpp
src/gui/owncloudsetupwizard.cpp:491:16 [readability-simplify-boolean-expr]
Check warning on line 22 in src/gui/sharemanager.cpp
src/gui/sharemanager.cpp:22:1 [cppcoreguidelines-avoid-non-const-global-variables]
Check warning on line 299 in src/gui/sharemanager.cpp
Unmodified variable "data" of type "class QJsonObject" should be const-qualified.
Check warning on line 305 in src/gui/sharemanager.cpp
Use the init-statement to declare "data" inside the if statement.
Check warning on line 396 in src/gui/sharemanager.cpp
Unmodified variable "data" of type "class QJsonObject" should be const-qualified.
Check warning on line 402 in src/gui/sharemanager.cpp
Use the init-statement to declare "data" inside the if statement.
Check failure on line 467 in src/gui/sharemanager.cpp
Explicitly capture all local variables required in this lambda.
Check warning on line 532 in src/gui/sharemanager.cpp
Unmodified variable "data" of type "class QJsonObject" should be const-qualified.
Check warning on line 568 in src/gui/sharemanager.cpp
Unmodified variable "shareType" of type "int" should be const-qualified.
Check warning on line 603 in src/gui/sharemanager.cpp
Unmodified variable "sharee" of type "class QSharedPointer<class OCC::Sharee>" should be const-qualified.
Check warning on line 677 in src/gui/sharemanager.cpp
Unmodified variable "sharee" of type "class QSharedPointer<class OCC::Sharee>" should be const-qualified.
Check warning on line 734 in src/gui/socketapi/socketapi.cpp
Unmodified variable "data" of type "class QJsonObject" should be const-qualified.
Check warning on line 735 in src/gui/socketapi/socketapi.cpp
Unmodified variable "url" of type "class QUrl" should be const-qualified.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.