squash to frameless #127
Annotations
13 errors and 19 warnings
Cpplint
Process completed with exit code 1.
|
Clazy:
src/Gui/FramelessWindow.cpp#L86
invalid use of 'this' outside of a non-static member function
|
Clazy:
src/Gui/FramelessWindow.cpp#L87
unknown type name 'setMenuWidget'
|
Clazy:
src/Gui/FramelessWindow.cpp#L88
extraneous closing brace ('}')
|
Clazy:
src/Gui/FramelessWindow.cpp#L90
out-of-line definition of 'nativeEvent' does not match any declaration in 'Gui::FramelessWindow'
|
Clazy:
src/Gui/FramelessWindow.cpp#L228
expected '}'
|
Clazy
Process completed with exit code 1.
|
Clang-tidy:
src/Gui/FramelessWindow.cpp#L86
invalid use of 'this' outside of a non-static member function [clang-diagnostic-error]
|
Clang-tidy:
src/Gui/FramelessWindow.cpp#L87
unknown type name 'setMenuWidget' [clang-diagnostic-error]
|
Clang-tidy:
src/Gui/FramelessWindow.cpp#L88
extraneous closing brace ('}') [clang-diagnostic-error]
|
Clang-tidy:
src/Gui/FramelessWindow.cpp#L90
out-of-line definition of 'nativeEvent' does not match any declaration in 'Gui::FramelessWindow' [clang-diagnostic-error]
|
Clang-tidy:
src/Gui/FramelessWindow.cpp#L228
expected '}' [clang-diagnostic-error]
|
Clang-tidy
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Cpplint:
src/Gui/FramelessWindow.cpp#L52
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Cpplint:
src/Gui/FramelessWindow.cpp#L53
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Cpplint:
src/Gui/FramelessWindow.cpp#L90
Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
|
Cpplint:
src/Gui/FramelessWindow.cpp#L124
Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
|
Cpplint:
src/Gui/FramelessWindow.cpp#L125
Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
|
Cpplint:
src/Gui/FramelessWindow.h#L25
#ifndef header guard has wrong style, please use: SRC_GUI_FRAMELESSWINDOW_H_ [build/header_guard] [5]
|
Cpplint:
src/Gui/FramelessWindow.h#L56
#endif line should be "#endif // SRC_GUI_FRAMELESSWINDOW_H_" [build/header_guard] [5]
|
Cpplint:
src/Gui/FramelessWindow.h#L47
Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
|
Clazy:
src/Gui/FramelessWindow.cpp#L2
'/*' within block comment [-Wcomment]
|
Clazy:
src/Gui/FramelessWindow.cpp#L28
Include qglobal.h before testing Q_OS_ macros [-Wclazy-qt-macros]
|
Clazy:
src/Gui/FramelessWindow.h#L2
'/*' within block comment [-Wcomment]
|
Clazy:
src/Gui/CustomTitleBar.h#L2
'/*' within block comment [-Wcomment]
|
Clazy
note: to match this '{'
|
Clazy:
src/Gui/FramelessWindow.h#L2
'/*' within block comment [-Wcomment]
|
Clang-tidy:
src/Gui/FramelessWindow.cpp#L2
'/*' within block comment [clang-diagnostic-comment]
|
Clang-tidy
note: to match this '{'
|
Clang-tidy:
src/Gui/FramelessWindow.h#L2
'/*' within block comment [clang-diagnostic-comment]
|
Clang-tidy:
src/Gui/FramelessWindow.h#L43
method 'isFrameless' can be made const [readability-make-member-function-const]
|
Loading