feat: Debug mode log adaptation #324
Merged
Annotations
10 warnings
src/customcommand/customcommandoptdlg.cpp#L710
Parameter 'oldCmdName' is passed by value. It could be passed as a const reference which is usually faster and recommended in C++.
|
src/main/dbusmanager.cpp#L82
Parameter 'fontType' is passed by value. It could be passed as a const reference which is usually faster and recommended in C++.
|
src/main/dbusmanager.cpp#L147
Parameter 'args' is passed by value. It could be passed as a const reference which is usually faster and recommended in C++.
|
src/main/mainwindow.cpp#L910
Condition 'runningCount!=0' is always true
|
src/main/terminalapplication.cpp#L55
The function 'handleQuitAction' is never used.
|
src/remotemanage/remotemanagementplugn.cpp#L28
Parameter 'name' is passed by value. It could be passed as a const reference which is usually faster and recommended in C++.
|
src/remotemanage/remotemanagementplugn.cpp#L253
Parameter 'deleteKey' is passed by value. It could be passed as a const reference which is usually faster and recommended in C++.
|
src/remotemanage/serverconfiggrouppanel.cpp#L99
The scope of the variable 'isFocus' can be reduced. Warning: Be careful when fixing this message, especially when there are inner loops. Here is an example where cppcheck will write that the scope for 'i' can be reduced:\012void f(int x)\012{\012 int i = 0;\012 if (x) {\012 // it's safe to move 'int i = 0;' here\012 for (int n = 0; n < 10; ++n) {\012 // it is possible but not safe to move 'int i = 0;' here\012 do_something(&i);\012 }\012 }\012}\012When you see this message it is always safe to reduce the variable scope 1 level.
|
src/remotemanage/serverconfiggrouppanel.cpp#L99
Variable 'isFocus' is assigned a value that is never used.
|
src/remotemanage/serverconfigoptdlg.cpp#L641
The function 'slotFileChooseDialog' is never used.
|
The logs for this run have expired and are no longer available.
Loading