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.
Movable wizard window #10188
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.
Movable wizard window #10188
Changes from all commits
f53ae1fe1d1b0dFile 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 9 in src/gui/nativetitlebar_mac.h
src/gui/nativetitlebar_mac.h:9:7 [cppcoreguidelines-avoid-non-const-global-variables]
Check failure on line 9 in src/gui/nativetitlebar_mac.h
src/gui/nativetitlebar_mac.h:9:1 [clang-diagnostic-error]
Check failure on line 11 in src/gui/nativetitlebar_mac.h
src/gui/nativetitlebar_mac.h:11:14 [clang-diagnostic-error]
Check warning on line 11 in src/gui/nativetitlebar_mac.h
src/gui/nativetitlebar_mac.h:11:11 [cppcoreguidelines-avoid-non-const-global-variables]
Check failure on line 11 in src/gui/nativetitlebar_mac.h
src/gui/nativetitlebar_mac.h:11:1 [clang-diagnostic-error]
Check failure on line 42 in src/gui/owncloudsetupwizard.cpp
Global variables should be const.
Check warning on line 44 in src/gui/owncloudsetupwizard.cpp
Unmodified variable "obj" of type "class QObject *" should be const-qualified.
Check warning on line 44 in src/gui/owncloudsetupwizard.cpp
Make the type of this parameter a pointer-to-const. The current type of "obj" is "class QObject *".
Check warning on line 44 in src/gui/owncloudsetupwizard.cpp
Unmodified variable "forceRestart" of type "_Bool" should be const-qualified.
Check warning on line 44 in src/gui/owncloudsetupwizard.cpp
Unmodified variable "parent" of type "class QWidget *" should be const-qualified.
Check warning on line 44 in src/gui/owncloudsetupwizard.cpp
Unmodified variable "amember" of type "const char *" should be const-qualified.
Check warning on line 94 in src/gui/owncloudsetupwizard.cpp
Unmodified variable "engine" of type "class QQmlApplicationEngine *" should be const-qualified.
Check warning on line 104 in src/gui/owncloudsetupwizard.cpp
Unmodified variable "createdObject" of type "class QObject *" should be const-qualified.
Check warning on line 128 in src/gui/owncloudsetupwizard.cpp
Unmodified variable "visible" of type "_Bool" should be const-qualified.
Check warning on line 154 in src/gui/owncloudsetupwizard.cpp
Unmodified variable "result" of type "int" should be const-qualified.
Check failure on line 63 in src/gui/settingsdialog.cpp
Replace this macro by "const", "constexpr" or an "enum".
Check warning on line 74 in src/gui/settingsdialog.cpp
Unmodified variable "widget" of type "const class QWidget *" should be const-qualified.
Check warning on line 82 in src/gui/settingsdialog.cpp
Unmodified variable "widget" of type "const class QWidget *" should be const-qualified.
Check warning on line 90 in src/gui/settingsdialog.cpp
Unmodified variable "widget" of type "const class QWidget *" should be const-qualified.
Check warning on line 96 in src/gui/settingsdialog.cpp
Unmodified variable "width" of type "int" should be const-qualified.
Check warning on line 98 in src/gui/settingsdialog.cpp
Unmodified variable "widget" of type "const class QWidget *" should be const-qualified.
Check warning on line 113 in src/gui/settingsdialog.cpp
Replace constant with "std::numbers::phi_v<float>".
Check warning on line 116 in src/gui/settingsdialog.cpp
Rename this identifier to be shorter or equal to 31 characters.
Check warning on line 179 in src/gui/settingsdialog.cpp
Unmodified variable "accountSpacer" of type "class QWidget *" should be const-qualified.
Check failure on line 219 in src/gui/settingsdialog.cpp
Use "=default" instead of the default implementation of this special member functions.
Check warning on line 242 in src/gui/settingsdialog.cpp
src/gui/settingsdialog.cpp:242:22 [readability-convert-member-functions-to-static]
Check warning on line 242 in src/gui/settingsdialog.cpp
Remove this method "showEvent" to simply inherit it.
Check warning on line 244 in src/gui/settingsdialog.cpp
src/gui/settingsdialog.cpp:244:24 [cppcoreguidelines-init-variables]
Check warning on line 288 in src/gui/settingsdialog.cpp
Unmodified variable "contentContainer" of type "class QWidget *" should be const-qualified.
Check warning on line 301 in src/gui/settingsdialog.cpp
Unmodified variable "action" of type "class QAction *" should be const-qualified.
Check warning on line 309 in src/gui/settingsdialog.cpp
Unmodified variable "account" of type "class OCC::AccountState *" should be const-qualified.
Check warning on line 314 in src/gui/settingsdialog.cpp
Make the type of this parameter a pointer-to-const. The current type of "account" is "class OCC::AccountState *".
Check warning on line 314 in src/gui/settingsdialog.cpp
This function should be declared "const".
Check warning on line 314 in src/gui/settingsdialog.cpp
Unmodified variable "account" of type "class OCC::AccountState *" should be const-qualified.
Check warning on line 316 in src/gui/settingsdialog.cpp
Unmodified variable "action" of type "class QAction *" should be const-qualified.
Check warning on line 453 in src/gui/settingsdialog.cpp
Unmodified variable "settingsPage" of type "class QWidget *" should be const-qualified.
Check warning on line 453 in src/gui/settingsdialog.cpp
Unmodified variable "updateChannelAware" of type "_Bool" should be const-qualified.
Check warning on line 455 in src/gui/settingsdialog.cpp
Unmodified variable "settingsAction" of type "class QAction *" should be const-qualified.
Check warning on line 464 in src/gui/settingsdialog.cpp
Unmodified variable "generalSettingsPage" of type "class OCC::GeneralSettings *" should be const-qualified.
Check warning on line 466 in src/gui/settingsdialog.cpp
Unmodified variable "advancedSettingsPage" of type "class OCC::AdvancedSettings *" should be const-qualified.
Check warning on line 466 in src/gui/settingsdialog.cpp
Make the type of this variable a pointer-to-const. The current type of "advancedSettingsPage" is "class OCC::AdvancedSettings *".
Check warning on line 468 in src/gui/settingsdialog.cpp
Make the type of this variable a pointer-to-const. The current type of "infoSettingsPage" is "class OCC::InfoSettings *".
Check warning on line 468 in src/gui/settingsdialog.cpp
Unmodified variable "infoSettingsPage" of type "class OCC::InfoSettings *" should be const-qualified.
Check warning on line 489 in src/gui/settingsdialog.cpp
Avoid explicitly specifying the template arguments by relying on the class template argument deduction.
Check warning on line 503 in src/gui/settingsdialog.cpp
Edit this comment to use the C++ format, i.e. "//".
Check warning on line 507 in src/gui/settingsdialog.cpp
Edit this comment to use the C++ format, i.e. "//".
Check warning on line 510 in src/gui/settingsdialog.cpp
Edit this comment to use the C++ format, i.e. "//".
Check warning on line 584 in src/gui/settingsdialog.cpp
Unmodified variable "event" of type "class QPaintEvent *" should be const-qualified.
Check warning on line 596 in src/gui/settingsdialog.cpp
Unmodified variable "option" of type "class QStyleOptionToolButton *" should be const-qualified.
Check warning on line 606 in src/gui/settingsdialog.cpp
Unmodified variable "btn" of type "class SettingsNavigationButton *" should be const-qualified.
Check warning on line 641 in src/gui/settingsdialog.cpp
Unmodified variable "mainLayout" of type "class QHBoxLayout *" should be const-qualified.
Check warning on line 654 in src/gui/settingsdialog.cpp
Unmodified variable "navigationContainer" of type "class QWidget *" should be const-qualified.
Check warning on line 658 in src/gui/settingsdialog.cpp
Unmodified variable "navigationLayout" of type "class QVBoxLayout *" should be const-qualified.
Check warning on line 664 in src/gui/settingsdialog.cpp
Unmodified variable "navigationScroll" of type "class QScrollArea *" should be const-qualified.
Check warning on line 677 in src/gui/settingsdialog.cpp
Unmodified variable "contentScroll" of type "class QScrollArea *" should be const-qualified.
Check failure on line 10 in src/gui/settingsdialog.h
src/gui/settingsdialog.h:10:10 [clang-diagnostic-error]
Check warning on line 36 in src/libsync/accessmanager.cpp
Unmodified variable "authenticator" of type "class QAuthenticator *" should be const-qualified.
Check warning on line 36 in src/libsync/accessmanager.cpp
Unmodified variable "reply" of type "class QNetworkReply *" should be const-qualified.
Uh oh!
There was an error while loading. Please reload this page.