summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qthreadpool.cpp
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@qt.io>2025-08-02 06:33:44 +0200
committerMarc Mutz <marc.mutz@qt.io>2025-08-03 00:31:45 +0200
commitfe278b9551db6ef18a88f08822a43d2e2d81374d (patch)
tree8c58a1ccdba114b4437ebfdff0c781634a61d51e /src/corelib/thread/qthreadpool.cpp
parentfb9591bf4977df40239a2300b966fdbaffc92770 (diff)
QLocale: add an easy missing std::move()
Coverity complained, and it's trivial to see, that a move is missing in the assignment of local 'converted' to 'digits'. It's trivial because the scope of 'converted' ends right afterwards. Coverity complains about more missing moves in qlocale.cpp, but the others are more complicated, so need a separate patch. Amends ed2b110b6add650954dc102a0317c14ff826c677. Coverity-Id: 427079 Pick-to: 6.10 6.9 6.8 6.5 Change-Id: Ic124b2c9d9318cc7194d2f2affc8bd522be53fc7 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/thread/qthreadpool.cpp')
0 files changed, 0 insertions, 0 deletions