rework #10
Annotations
4 errors and 13 warnings
Check old Qt string-based connections (https://wiki.qt.io/New_Signal_Slot_Syntax)
Process completed with exit code 1.
|
Cpplint
Process completed with exit code 1.
|
Clang-tidy:
src/Gui/Tree.cpp#L5812
'moc_Tree.cpp' file not found [clang-diagnostic-error]
|
Clang-tidy
Process completed with exit code 1.
|
Check old Qt string-based connections (https://wiki.qt.io/New_Signal_Slot_Syntax):
src/Gui/Tree.cpp#L1027
objitem->object()->setupContextMenu(&editMenu, this, SLOT(onStartEditing()));
|
Cpplint:
src/Gui/Tree.cpp#L5446
Missing space around colon in range-based for loop [whitespace/forcolon] [2]
|
Clazy
fatal error: 'moc_Tree.cpp' file not found
|
Clang-tidy:
src/Gui/Tree.cpp#L71
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/Tree.cpp#L73
function-like macro '_TREE_PRINT' used; consider a 'constexpr' template function [cppcoreguidelines-macro-usage]
|
Clang-tidy:
src/Gui/Tree.cpp#L74
macro argument should be enclosed in parentheses [bugprone-macro-parentheses]
|
Clang-tidy:
src/Gui/Tree.cpp#L75
function-like macro 'TREE_MSG' used; consider a 'constexpr' template function [cppcoreguidelines-macro-usage]
|
Clang-tidy:
src/Gui/Tree.cpp#L76
function-like macro 'TREE_WARN' used; consider a 'constexpr' template function [cppcoreguidelines-macro-usage]
|
Clang-tidy:
src/Gui/Tree.cpp#L77
function-like macro 'TREE_ERR' used; consider a 'constexpr' template function [cppcoreguidelines-macro-usage]
|
Clang-tidy:
src/Gui/Tree.cpp#L78
function-like macro 'TREE_LOG' used; consider a 'constexpr' template function [cppcoreguidelines-macro-usage]
|
Clang-tidy:
src/Gui/Tree.cpp#L79
function-like macro 'TREE_TRACE' used; consider a 'constexpr' template function [cppcoreguidelines-macro-usage]
|
Loading