qt5base-lts/src
Marc Mutz bcea86b7da QtNetwork: add qMove() to QSharedPointer uses where applicable
QSharedPointers here are passed by value - good, since it enabled C++11 move semantics,
transparently.

However, when passing such parameters on to assignment operators or other functions,
copies were made where moves would have been sufficient. Thus, add some qMove()s.

Change-Id: Ied1a5edf1bfbb16108dfeefbe85e58ab3d4ef92f
Reviewed-by: Richard J. Moore <rich@kde.org>
2014-02-26 22:03:57 +01:00
..
3rdparty Update HarfBuzz-NG path on Mac 2014-02-13 09:35:29 +01:00
android Android: Add enablers for listening to activity results 2014-02-15 22:25:36 +01:00
angle Merge remote-tracking branch 'origin/stable' into dev 2014-02-07 13:07:25 +01:00
concurrent QtConcurrent: Workaround GCC bug 58800 in median calculation 2013-12-03 11:45:18 +01:00
corelib QtCore: Fix MSVC 64bit warnings about conversion from size_t to int. 2014-02-25 20:56:43 +01:00
dbus QDBus: replace arg-chain with multi-arg 2014-02-14 00:34:25 +01:00
gui QPainterPath: replace a use of QList<QRectF> with a QVector 2014-02-26 22:01:54 +01:00
network QtNetwork: add qMove() to QSharedPointer uses where applicable 2014-02-26 22:03:57 +01:00
opengl Dynamic GL switch on Windows 2014-02-14 10:51:44 +01:00
openglextensions Use BSD licensing for QtOpenGLExtensions instead of LGPL 2013-06-24 10:16:32 +02:00
platformsupport QOpenGLTextureBlitter: Remove Origin location for the Target rect 2014-02-16 11:06:19 +01:00
plugins xcb: replace inefficient uses of QList with QVector 2014-02-26 22:03:21 +01:00
printsupport Merge remote-tracking branch 'origin/stable' into dev 2014-02-12 16:28:07 +01:00
sql Merge remote-tracking branch 'origin/stable' into dev 2014-02-07 13:07:25 +01:00
testlib Make the printing of complex Unicode in a QString prettier 2014-02-16 06:54:18 +01:00
tools Merge remote-tracking branch 'origin/stable' into dev 2014-02-17 11:39:16 +01:00
widgets QMdiArea: don't use out parameters, return by value 2014-02-26 22:02:53 +01:00
winmain WinRT winmain: handle -qdevel parameter for additional debugging tooling 2014-01-30 22:09:55 +01:00
xml expand tabs and related whitespace fixes in *.{cpp,h,qdoc} 2014-01-13 22:46:50 +01:00
src.pro Dynamic GL switch on Windows 2014-02-14 10:51:44 +01:00