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
67e3aaea491b99c03d95046114064b77285b7a1c378ff1133c89b3a0300fee7File 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 70 in src/gui/accountsettings.cpp
Replace this macro by "const", "constexpr" or an "enum".
Check warning on line 83 in src/gui/accountsettings.cpp
Move this #include directive to the top of the file.
Check warning on line 92 in src/gui/accountsettings.cpp
Rename this identifier to be shorter or equal to 31 characters.
Check warning on line 184 in src/gui/accountsettings.cpp
Do not use the constructor's initializer list for data member "_model". Use the in-class initializer instead.
Check failure on line 184 in src/gui/accountsettings.cpp
Replace the use of "new" with an operation that automatically manages the memory.
Check warning on line 194 in src/gui/accountsettings.cpp
src/gui/accountsettings.cpp:194:11 [cppcoreguidelines-init-variables]
Check warning on line 200 in src/gui/accountsettings.cpp
src/gui/accountsettings.cpp:200:11 [cppcoreguidelines-init-variables]
Check warning on line 200 in src/gui/accountsettings.cpp
Unmodified variable "connectionSettingsButton" of type "class QPushButton *" should be const-qualified.
Check warning on line 505 in src/gui/accountsettings.cpp
Avoid this unnecessary copy by using a "const" reference.
Check warning on line 519 in src/gui/accountsettings.cpp
Unmodified variable "job" of type "class OCC::EncryptFolderJob *" should be const-qualified.
Check warning on line 1302 in src/gui/accountsettings.cpp
src/gui/accountsettings.cpp:1302:23 [readability-convert-member-functions-to-static]
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 "dialog" of type "class QDialog *" 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 1312 in src/gui/accountsettings.cpp
src/gui/accountsettings.cpp:1312:11 [cppcoreguidelines-init-variables]
Check warning on line 1313 in src/gui/accountsettings.cpp
Unmodified variable "networkSettingsLayout" of type "class QLayout *" should be const-qualified.
Check warning on line 1318 in src/gui/accountsettings.cpp
src/gui/accountsettings.cpp:1318:11 [cppcoreguidelines-init-variables]
Check warning on line 1318 in src/gui/accountsettings.cpp
Unmodified variable "buttonBox" of type "class QDialogButtonBox *" should be const-qualified.
Check warning on line 1909 in src/gui/accountsettings.cpp
Make the type of this variable a pointer-to-const. The current type of "actionSetupE2e" is "class QAction *const".
Check warning on line 1916 in src/gui/accountsettings.cpp
src/gui/accountsettings.cpp:1916:9 [readability-implicit-bool-conversion]
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 123 in src/gui/accountsettings.h
Rename this identifier to be shorter or equal to 31 characters.
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.