chore: More logs #302
Merged
chore: More logs #302
Annotations
10 warnings
|
src/source/common/uitools.cpp#L220
Variable 'key' is used to iterate by value. It could be declared as a const reference which is usually faster and recommended in C++.
|
|
src/source/common/pluginmanager.cpp#L313
Parameter 'p2' can be declared as pointer to const
|
|
src/source/common/pluginmanager.cpp#L313
Parameter 'p1' can be declared as pointer to const
|
|
src/source/common/pluginmanager.cpp#L200
Variable 'plugin' can be declared as pointer to const
|
|
src/source/common/pluginmanager.cpp#L157
Variable 'plugin' can be declared as pointer to const
|
|
src/source/common/pluginmanager.cpp#L95
Variable 'plugin' can be declared as pointer to const
|
|
src/source/common/pluginmanager.cpp#L81
Variable 'plugin' can be declared as pointer to const
|
|
src/source/common/pluginmanager.cpp#L66
Variable 'plugin' can be declared as pointer to const
|
|
src/source/common/plugin.cpp#L103
Consider using std::all_of or std::none_of algorithm instead of a raw loop.
|
|
src/source/common/customwidget.cpp#L281
Parameter 'text' is passed by value. It could be passed as a const reference which is usually faster and recommended in C++.
|
The logs for this run have expired and are no longer available.
Loading