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.
feat(UI): Updated settings dialog UI #10031
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
base: master
Are you sure you want to change the base?
Uh oh!
There was an error while loading. Please reload this page.
feat(UI): Updated settings dialog UI #10031
Changes from all commits
67e3aaea491b99c03d95046114064b77285b7a1c378ff1133c89b3a0300fee79a59f4bf23a5cc1d66feda411c59a7a08965d11197a617c29File 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 84 in src/gui/accountsettings.cpp
Rename this identifier to be shorter or equal to 31 characters.
Check failure on line 176 in src/gui/accountsettings.cpp
Replace the use of "new" with an operation that automatically manages the memory.
Check warning on line 186 in src/gui/accountsettings.cpp
src/gui/accountsettings.cpp:186:11 [cppcoreguidelines-init-variables]
Check warning on line 186 in src/gui/accountsettings.cpp
Unmodified variable "encryptionPanelLayout" of type "class QVBoxLayout *" should be const-qualified.
Check warning on line 192 in src/gui/accountsettings.cpp
src/gui/accountsettings.cpp:192:11 [cppcoreguidelines-init-variables]
Check warning on line 491 in src/gui/accountsettings.cpp
Make the type of this parameter a pointer-to-const. The current type of "folderInfo" is "struct OCC::FolderStatusModel::SubFolderInfo *".
Check warning on line 502 in src/gui/accountsettings.cpp
Avoid this unnecessary copy by using a "const" reference.
Check warning on line 1238 in src/gui/accountsettings.cpp
Rename this identifier to be shorter or equal to 31 characters.
Check warning on line 1298 in src/gui/accountsettings.cpp
src/gui/accountsettings.cpp:1298:23 [readability-convert-member-functions-to-static]
Check warning on line 1300 in src/gui/accountsettings.cpp
src/gui/accountsettings.cpp:1300:11 [cppcoreguidelines-init-variables]
Check warning on line 1300 in src/gui/accountsettings.cpp
Unmodified variable "dialog" of type "class QDialog *" should be const-qualified.
Check warning on line 1304 in src/gui/accountsettings.cpp
src/gui/accountsettings.cpp:1304:11 [cppcoreguidelines-init-variables]
Check warning on line 1304 in src/gui/accountsettings.cpp
Unmodified variable "layout" of type "class QVBoxLayout *" should be const-qualified.
Check warning on line 1308 in src/gui/accountsettings.cpp
src/gui/accountsettings.cpp:1308:11 [cppcoreguidelines-init-variables]
Check warning on line 1309 in src/gui/accountsettings.cpp
Unmodified variable "networkSettingsLayout" of type "class QLayout *" should be const-qualified.
Check warning on line 1314 in src/gui/accountsettings.cpp
src/gui/accountsettings.cpp:1314:11 [cppcoreguidelines-init-variables]
Check warning on line 1551 in src/gui/accountsettings.cpp
Avoid this unnecessary copy by using a "const" reference.
Check warning on line 1909 in src/gui/accountsettings.cpp
Unmodified variable "visible" of type "_Bool" should be const-qualified.
Check warning on line 1912 in src/gui/accountsettings.cpp
src/gui/accountsettings.cpp:1912:9 [readability-implicit-bool-conversion]
Check warning on line 1952 in src/gui/accountsettings.cpp
Unmodified variable "action" of type "class QAction *" should be const-qualified.
Check failure on line 10 in src/gui/accountsettings.h
src/gui/accountsettings.h:10:10 [clang-diagnostic-error]
Check warning on line 32 in src/gui/accountsettings.h
src/gui/accountsettings.h:32:7 [cppcoreguidelines-avoid-non-const-global-variables]
Check warning on line 131 in src/gui/accountsettings.h
Rename this identifier to be shorter or equal to 31 characters.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.