DAG: Add method hasRecord() and use it in Model::slotChangeObject #1121
Annotations
5 errors and 11 warnings
Codespell
Process completed with exit code 2.
|
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 2.
|
Clang-tidy:
src/Gui/DAGView/DAGModel.cpp#L1230
'moc_DAGModel.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/DAGView/DAGModel.cpp#L1094
(&contextMenu, this, SLOT(editingStartSlot())); //const hack. <--Consider using Functor-Based Connections
|
Clang-tidy:
src/Gui/DAGView/DAGModel.cpp#L96
constructor does not initialize these fields: fontHeight, direction, verticalSpacing, rowHeight, iconSize, pointSize, pointSpacing, pointToIcon, iconToIcon, iconToText, rowPadding [cppcoreguidelines-pro-type-member-init]
|
Clang-tidy:
src/Gui/DAGView/DAGModel.cpp#L107
'graphDirty' should be initialized in a member initializer of the constructor [cppcoreguidelines-prefer-member-initializer]
|
Clang-tidy:
src/Gui/DAGView/DAGModel.cpp#L108
'currentPrehighlight' should be initialized in a member initializer of the constructor [cppcoreguidelines-prefer-member-initializer]
|
Clang-tidy:
src/Gui/DAGView/DAGModel.cpp#L116
narrowing conversion from 'float' to 'int' [bugprone-narrowing-conversions,cppcoreguidelines-narrowing-conversions]
|
Clang-tidy:
src/Gui/DAGView/DAGModel.cpp#L116
narrowing conversion from 'float' to 'int' [bugprone-narrowing-conversions,cppcoreguidelines-narrowing-conversions]
|
Clang-tidy:
src/Gui/DAGView/DAGModel.cpp#L117
narrowing conversion from 'float' to 'int' [bugprone-narrowing-conversions,cppcoreguidelines-narrowing-conversions]
|
Clang-tidy:
src/Gui/DAGView/DAGModel.cpp#L117
narrowing conversion from 'float' to 'int' [bugprone-narrowing-conversions,cppcoreguidelines-narrowing-conversions]
|
Clang-tidy:
src/Gui/DAGView/DAGModel.cpp#L120
narrowing conversion from 'float' to 'int' [bugprone-narrowing-conversions,cppcoreguidelines-narrowing-conversions]
|
Clang-tidy:
src/Gui/DAGView/DAGModel.cpp#L120
narrowing conversion from 'float' to 'int' [bugprone-narrowing-conversions,cppcoreguidelines-narrowing-conversions]
|
Clang-tidy:
src/Gui/DAGView/DAGModel.cpp#L122
narrowing conversion from 'float' to 'int' [bugprone-narrowing-conversions,cppcoreguidelines-narrowing-conversions]
|
Loading