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.
fix: remove unused COPY_SECUREFILEDROP_LINK socket command #9808
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.
fix: remove unused COPY_SECUREFILEDROP_LINK socket command #9808
Changes from all commits
3574314File 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 warning on line 203 in src/gui/socketapi/socketapi.cpp
Remove the redundant "static" specifier.
Check warning on line 394 in src/gui/socketapi/socketapi.cpp
implicit conversion loses integer precision: 'qsizetype' (aka 'long long') to 'const int'
Check warning on line 397 in src/gui/socketapi/socketapi.cpp
Replace the redundant type with "auto".
Check warning on line 421 in src/gui/socketapi/socketapi.cpp
Avoid this unnecessary copy by using a "const" reference.
Check warning on line 483 in src/gui/socketapi/socketapi.cpp
Make the type of this parameter a pointer-to-const. The current type of "f" is "class OCC::Folder *".
Check warning on line 559 in src/gui/socketapi/socketapi.cpp
Avoid this unnecessary copy by using a "const" reference.
Check failure on line 564 in src/gui/socketapi/socketapi.cpp
Replace the use of "new" with an operation that automatically manages the memory.
Check warning on line 564 in src/gui/socketapi/socketapi.cpp
Unmodified variable "job" of type "class OCC::EncryptFolderJob *" should be const-qualified.
Check warning on line 652 in src/gui/socketapi/socketapi.cpp
implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint' (aka 'unsigned int')
Check warning on line 686 in src/gui/socketapi/socketapi.cpp
implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'uint' (aka 'unsigned int')
Check warning on line 757 in src/gui/socketapi/socketapi.cpp
Unmodified variable "data" of type "class QJsonObject" should be const-qualified.
Check warning on line 758 in src/gui/socketapi/socketapi.cpp
Unmodified variable "url" of type "class QUrl" should be const-qualified.
Check warning on line 766 in src/gui/socketapi/socketapi.cpp
Unmodified variable "listener" of type "class OCC::SocketListener *" should be const-qualified.
Check warning on line 766 in src/gui/socketapi/socketapi.cpp
Make the type of this parameter a pointer-to-const. The current type of "listener" is "class OCC::SocketListener *".
Check warning on line 768 in src/gui/socketapi/socketapi.cpp
Modify the macro definition so that it needs to be followed by a semicolon, or remove this empty statement.
Check warning on line 1015 in src/gui/socketapi/socketapi.cpp
Avoid this unnecessary copy by using a "const" reference.
Check warning on line 1038 in src/gui/socketapi/socketapi.cpp
Use the init-statement to declare "fileData" inside the if statement.
Check warning on line 1066 in src/gui/socketapi/socketapi.cpp
Use the init-statement to declare "parentRecord" inside the if statement.
Check warning on line 1164 in src/gui/socketapi/socketapi.cpp
Unmodified variable "strings" of type "struct std::array<struct std::pair<const char *, class QString>, 7>" should be const-qualified.
Check warning on line 1183 in src/gui/socketapi/socketapi.cpp
Use the init-statement to declare "theme" inside the if statement.
Check warning on line 1207 in src/gui/socketapi/socketapi.cpp
Unmodified variable "listener" of type "class OCC::SocketListener *" should be const-qualified.
Check warning on line 1207 in src/gui/socketapi/socketapi.cpp
This function should be declared "const".
Check warning on line 1207 in src/gui/socketapi/socketapi.cpp
Rename this identifier to be shorter or equal to 31 characters.
Check warning on line 1207 in src/gui/socketapi/socketapi.cpp
Make the type of this parameter a pointer-to-const. The current type of "listener" is "class OCC::SocketListener *".
Check warning on line 1259 in src/gui/socketapi/socketapi.cpp
Make the type of this parameter a pointer-to-const. The current type of "syncFolder" is "class OCC::Folder *const".
Check warning on line 1275 in src/gui/socketapi/socketapi.cpp
Make the type of this parameter a pointer-to-const. The current type of "syncFolder" is "class OCC::Folder *const".
Check warning on line 1306 in src/gui/socketapi/socketapi.cpp
Replace the redundant type with "auto".
Check warning on line 1316 in src/gui/socketapi/socketapi.cpp
Replace the redundant type with "auto".
Check warning on line 161 in src/gui/socketapi/socketapi.h
Rename this identifier to be shorter or equal to 31 characters.