summaryrefslogtreecommitdiffstats
path: root/src/sql/doc/snippets/code/code.pro
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@qt.io>2023-01-20 13:55:31 +0100
committerMarc Mutz <marc.mutz@qt.io>2023-01-23 10:12:35 +0100
commit577276d12c7b40d97a113a9daadcbd1f321b686f (patch)
treefec36812782a799e72967cb819685b16bb719542 /src/sql/doc/snippets/code/code.pro
parentc54416a06ce25a97de463803a489762c44926cef (diff)
tst_QUrlQuery: fix Clang 15 -Wself-move
Says Clang 15: tst_qurlquery.cpp:193:11: warning: explicitly moving variable of type 'QUrlQuery' to itself [-Wself-move] moved = std::move(moved); ~~~~~ ^ ~~~~~ It's amazing how little it takes to throw this warning off guards: just use an alising reference instead of the same variable. Makes you wonder whether the time spent on detecting such trivialities in the compiler is really well spent. Amends fc8dad2f10e7976cfa778ca7d75e651012629b21. Pick-to: 6.5 Task-number: QTBUG-109842 Change-Id: I165af2a786aa0ba28b8dcd039a500f3494bc29a9 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/sql/doc/snippets/code/code.pro')
0 files changed, 0 insertions, 0 deletions