Gui: add PreferencePack to preference -> general #17
Annotations
2 errors and 20 warnings
src/Gui/DlgSettingsPreferencePack.cpp#L41
'ui_DlgSettingsPreferencePack.h' file not found [clang-diagnostic-error]
|
|
|
src/Gui/Widgets.h#L175
Q_PROPERTY should have either NOTIFY or CONSTANT [-Wclazy-qproperty-without-notify]
|
src/Gui/PrefWidgets.h#L348
Q_PROPERTY should have either NOTIFY or CONSTANT [-Wclazy-qproperty-without-notify]
|
src/Gui/PrefWidgets.h#L349
Q_PROPERTY should have either NOTIFY or CONSTANT [-Wclazy-qproperty-without-notify]
|
src/Gui/PrefWidgets.h#L610
Q_PROPERTY should have either NOTIFY or CONSTANT [-Wclazy-qproperty-without-notify]
|
src/Gui/DlgSettingsUI.h#L171
Q_PROPERTY should have either NOTIFY or CONSTANT [-Wclazy-qproperty-without-notify]
|
src/Gui/DlgSettingsUI.h#L172
Q_PROPERTY should have either NOTIFY or CONSTANT [-Wclazy-qproperty-without-notify]
|
src/App/ExtensionContainer.h#L151
Missing reference in range-for with non trivial type (std::pair<const Base::Type, App::Extension *>) [-Wclazy-range-loop-reference]
|
src/App/ExtensionContainer.h#L168
Missing reference in range-for with non trivial type (std::pair<const Base::Type, App::Extension *>) [-Wclazy-range-loop-reference]
|
src/App/ExtensionContainer.h#L188
Missing reference in range-for with non trivial type (std::pair<const Base::Type, App::Extension *>) [-Wclazy-range-loop-reference]
|
src/Gui/DlgSettingsPreferencePack.cpp#L87
use '= default' to define a trivial destructor [modernize-use-equals-default]
|
src/Gui/DlgSettingsPreferencePack.cpp#L101
qualified name 'QWidget::changeEvent' refers to a member overridden in subclass; did you mean 'Gui::Dialog::PreferencePage'? [bugprone-parent-virtual-call]
|
src/Gui/DlgSettingsPreferencePack.cpp#L177
variable 'selectedTemplates' is not initialized [cppcoreguidelines-init-variables]
|
src/Gui/DlgSettingsPreferencePack.cpp#L235
suspicious #include of file with '.cpp' extension [bugprone-suspicious-include]
|
src/Gui/DlgSettingsPreferencePack.h#L35
nested namespaces can be concatenated [modernize-concat-nested-namespaces]
|
src/Gui/DlgSettingsPreferencePack.h#L46
class 'DlgSettingsPreferencePack' 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]
|
src/Gui/resource.cpp#L73
Potential memory leak [clang-analyzer-cplusplus.NewDeleteLeaks]
|
|
|
src/Gui/resource.cpp#L75
Potential memory leak [clang-analyzer-cplusplus.NewDeleteLeaks]
|
The logs for this run have expired and are no longer available.
Loading