Skip to content

refactor: Port to QML modules #7290

refactor: Port to QML modules

refactor: Port to QML modules #7290

Triggered via pull request November 3, 2025 09:32
Status Success
Total duration 31s
Artifacts

clang-format.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 7 warnings, and 5 notices
src/gui/main.cpp:7:10 [clang-diagnostic-error]: src/gui/main.cpp#L7
'QtGlobal' file not found
src/gui/types.h:39:29 [cppcoreguidelines-avoid-non-const-global-variables]: src/gui/types.h#L39
variable 'QObject' is non-const and globally accessible, consider making it const
src/gui/types.h:39:7 [cppcoreguidelines-avoid-non-const-global-variables]: src/gui/types.h#L39
variable 'ThemeForeign' is non-const and globally accessible, consider making it const
src/gui/types.h:31:57 [cppcoreguidelines-avoid-non-const-global-variables]: src/gui/types.h#L31
variable 'QObject' is non-const and globally accessible, consider making it const
src/gui/types.h:31:7 [cppcoreguidelines-avoid-non-const-global-variables]: src/gui/types.h#L31
variable 'ClientSideEncryptionTokenSelectorForeign' is non-const and globally accessible, consider making it const
src/gui/types.h:23:7 [cppcoreguidelines-avoid-non-const-global-variables]: src/gui/types.h#L23
variable 'ShareeForeign' is non-const and globally accessible, consider making it const
src/gui/systray.cpp:118:23 [cppcoreguidelines-init-variables]: src/gui/systray.cpp#L118
variable 'trayWindowComponent' is not initialized
src/gui/main.cpp:37:21 [cppcoreguidelines-avoid-non-const-global-variables]: src/gui/main.cpp#L37
variable 'com_nextcloud_desktopclient_trayPlugin' is non-const and globally accessible, consider making it const
Run clang-format on src/gui/types.h: src/gui/types.h#L0
File src/gui/types.h does not conform to Custom style guidelines. (lines 7, 15, 23, 49)
Run clang-format on src/gui/tray/usermodel.h: src/gui/tray/usermodel.h#L0
File src/gui/tray/usermodel.h does not conform to Custom style guidelines. (lines 233, 331)
Run clang-format on src/gui/systray.h: src/gui/systray.h#L0
File src/gui/systray.h does not conform to Custom style guidelines. (lines 76)
Run clang-format on src/gui/systray.cpp: src/gui/systray.cpp#L0
File src/gui/systray.cpp does not conform to Custom style guidelines. (lines 118)
Run clang-format on src/gui/macOS/fileprovidersettingscontroller.h: src/gui/macOS/fileprovidersettingscontroller.h#L0
File src/gui/macOS/fileprovidersettingscontroller.h does not conform to Custom style guidelines. (lines 39)