aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorIvan Komissarov <ABBAPOH@gmail.com>2019-11-24 16:09:29 +0900
committerIvan Komissarov <ABBAPOH@gmail.com>2020-01-06 14:35:10 +0000
commitc17a82b08d5fd5d411bcb6a03222be64779e88c0 (patch)
treee341d04c1209d64e181fc6954b8bcfcf9aa2f577 /doc
parent97ac163f7c91c7d6f445620d74439832650dcf02 (diff)
Fix 'performance-unnecessary-value-param' in Logger
Most Logger's shift operators call .write() which "mutates" passed object except three operators which simply use QString overload. This produces clang-tidy warning about unnecessary copy. Use direct call to .write() to suppress the warning and have consistent function signatures Change-Id: I1c42e16948147315e40edf263e887ebeee4a4388 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions