Gui: improve toolbar handling in status and menu bar #64
Annotations
4 errors and 15 warnings
Cpplint
Process completed with exit code 1.
|
Clang-tidy:
src/Gui/MainWindow.cpp#L2683
'moc_MainWindow.cpp' file not found [clang-diagnostic-error]
|
Clang-tidy:
src/Gui/ToolBarManager.cpp#L1151
'moc_ToolBarManager.cpp' file not found [clang-diagnostic-error]
|
Clang-tidy
Process completed with exit code 1.
|
Cpplint:
src/Gui/MainWindow.cpp#L335
Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
|
Clazy
fatal error: 'moc_MainWindow.cpp' file not found
|
Clazy:
src/Gui/ToolBarManager.cpp#L812
lambda capture 'this' is not used [-Wunused-lambda-capture]
|
Clazy:
src/Gui/ToolBarManager.cpp#L842
lambda capture 'this' is not used [-Wunused-lambda-capture]
|
Clazy
fatal error: 'moc_ToolBarManager.cpp' file not found
|
Clang-tidy:
src/Gui/MainWindow.cpp#L114
variable '_s_fclvl' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables]
|
Clang-tidy
note: expanded from macro 'FC_LOG_LEVEL_INIT'
|
Clang-tidy
note: expanded from macro 'FC_LOG_INSTANCE'
|
Clang-tidy:
src/Gui/MainWindow.cpp#L125
variable 'instance' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables]
|
Clang-tidy:
src/Gui/MainWindow.cpp#L125
variable 'instance' provides global access to a non-const object; consider making the pointed-to data 'const' [cppcoreguidelines-avoid-non-const-global-variables]
|
Clang-tidy:
src/Gui/MainWindow.cpp#L137
class 'CustomMessageEvent' defines a default destructor but does not define a copy constructor, a copy assignment operator, a move constructor or a move assignment operator [cppcoreguidelines-special-member-functions]
|
Clang-tidy:
src/Gui/MainWindow.cpp#L140
parameter name 't' is too short, expected at least 2 characters [readability-identifier-length]
|
Clang-tidy:
src/Gui/MainWindow.cpp#L140
pass by value and use std::move [modernize-pass-by-value]
|
Clang-tidy:
src/Gui/MainWindow.cpp#L140
parameter name 's' is too short, expected at least 2 characters [readability-identifier-length]
|
Clang-tidy:
src/Gui/MainWindow.cpp#L161
class 'DimensionWidget' defines a non-default destructor but does not define a copy constructor, a copy assignment operator, a move constructor or a move assignment operator [cppcoreguidelines-special-member-functions]
|
Loading