qt5base-lts/tests/auto
Eric Lemanissier 2869bf9f1e implement non-member operator+ for iterators
all of these iterator classes already have a member operator+, which allows iter+int.
This commits addes non-member operator+, which allows int+iter, and forwards to the member
QList and QArrayData iterators now satisfy RandomAccessIterator concept

Change-Id: I25c1dd8cea299e735d5a5e288dbe23dc1d7a1933
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2018-03-06 22:04:37 +00:00
..
android
bic/data Add binary compatibility files for QtBase for 5.10 2018-01-04 16:26:32 +00:00
cmake CMake: Set SKIP_AUTOMOC/AUTOUIC where needed 2017-11-22 13:51:30 +00:00
compilerwarnings/data
concurrent Merge remote-tracking branch 'origin/5.11' into dev 2018-02-16 08:54:58 +01:00
corelib implement non-member operator+ for iterators 2018-03-06 22:04:37 +00:00
dbus Merge remote-tracking branch 'origin/5.9' into 5.11 2018-02-14 12:51:24 +01:00
gui Merge remote-tracking branch 'origin/5.11' into dev 2018-03-05 13:15:31 +01:00
guiapplauncher
installed_cmake
network tst_QLocalSocket: Fix not showing error output in processConnection 2018-03-01 09:37:58 +00:00
opengl Remove tst_QGLThreads::textureUploadInThread 2018-03-02 07:20:32 +00:00
other Merge remote-tracking branch 'origin/5.11' into dev 2018-03-02 01:00:10 +01:00
printsupport Move duplex member from QPdfPrintEnginePrivate to QCupsPrintEnginePrivate 2018-02-20 07:56:19 +00:00
shared Remove workaround for potentially unavailable pasteboard in macOS 2017-03-07 01:04:46 +00:00
sql psql: Add expected failures where the table name is case sensitive 2018-02-21 07:07:26 +00:00
testlib Merge remote-tracking branch 'origin/5.11' into dev 2018-03-02 14:40:07 +01:00
tools moc: Don't error our when parsing "using namespace __identifier(...)" 2018-03-05 06:54:06 +00:00
widgets Merge remote-tracking branch 'origin/5.11' into dev 2018-03-05 13:15:31 +01:00
xml Don't indefinitely wait for data if it was able to read some data 2018-01-24 05:54:31 +00:00
auto.pro tests/auto/auto.pro: Use correct null device for DBUS check 2017-12-01 09:53:07 +00:00
network-settings.h