qt6-bb10/src
Thiago Macieira 3c9847a068 Remove the operator<< | >> (QDataStream, QStringList)
They aren't needed. The template version for QList in qdatastream.h is
sufficient.

This is binary compatible, since the functions were never exported. It's
also source compatible, provided no one tried to do:

    QDataStream & (*fptr)(QDataStream &, QStringList &) = &operator>>;

Change-Id: I8a4449b416154b34c007ef6abacf2b112451028f
Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
2014-12-20 07:47:19 +01:00
..
3rdparty Merge remote-tracking branch 'origin/5.4' into dev 2014-12-18 12:12:58 +01:00
android Update gradle build script. 2014-12-18 09:46:31 +01:00
angle [ANGLE] Fix compilation with MSVC2013 Update4 2014-12-15 09:19:48 +01:00
concurrent Add Q_DECL_OVERRIDE in the src subdirectory 2014-12-03 09:57:11 +01:00
corelib Remove the operator<< | >> (QDataStream, QStringList) 2014-12-20 07:47:19 +01:00
dbus Remove Q_NO_USING_KEYWORD 2014-12-20 07:38:17 +01:00
gui Remove Q_NO_USING_KEYWORD 2014-12-20 07:38:17 +01:00
network Merge remote-tracking branch 'origin/5.4' into dev 2014-12-18 12:12:58 +01:00
opengl [QStaticTextItem] Drop unused members 2014-12-14 05:29:25 +01:00
openglextensions
platformheaders Doc: Adding API reference section in Qt Platform Headers page. 2014-09-30 21:00:50 +02:00
platformsupport Merge remote-tracking branch 'origin/5.4' into dev 2014-12-18 12:12:58 +01:00
plugins Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/dev 2014-12-20 07:59:07 +01:00
printsupport Remove Q_NO_USING_KEYWORD 2014-12-20 07:38:17 +01:00
sql Merge remote-tracking branch 'origin/5.4' into dev 2014-12-10 07:58:06 +01:00
testlib Merge the different implementations of toHex in one central place 2014-12-13 05:10:20 +01:00
tools Merge remote-tracking branch 'origin/5.4' into dev 2014-12-10 07:58:06 +01:00
widgets Remove Q_NO_USING_KEYWORD 2014-12-20 07:38:17 +01:00
winmain Merge remote-tracking branch 'origin/5.3' into 5.4 2014-08-12 13:05:02 +02:00
xml Add Q_DECL_OVERRIDE in the src subdirectory 2014-12-03 09:57:11 +01:00
src.pro Add missing host_build CONFIG for qlalr 2014-11-25 20:26:53 +01:00