chore: Update logging #84
Merged
Annotations
4 warnings
|
src/app/view/formatdialog.cpp#L66
The function 'initDialog' is never used.
|
|
src/app/view/formatdialog.cpp#L66
Parameter 'btnMsg2' is passed by value. It could be passed as a const reference which is usually faster and recommended in C++.
|
|
src/app/view/formatdialog.cpp#L66
Parameter 'btnMsg1' is passed by value. It could be passed as a const reference which is usually faster and recommended in C++.
|
|
src/app/main.cpp#L142
Consider using std::find_if algorithm instead of a raw loop.
|
The logs for this run have expired and are no longer available.
Loading