qt5base-lts/tests/auto/other
Marc Mutz d823646db3 containers: add C++11-style c{begin,end}() as alias for const{Begin,End}()
C++11 adds cbegin()/cend() functions for the same reason Qt has
constBegin()/constEnd(). This patch adds these functions to the
Qt containers with the same implementation as constBegin()/constEnd().

It also fixes the return types in the documentation of existing
constFind() functions (documentation only).

C++11 only adds cbegin()/cend() (and crbegin()/crend(), which Qt doesn't have).
In particular, it doesn't add cfind(), so I didn't supply these, even though
Qt comes with constFind().

This is a forward-port of https://qt.gitorious.org/qt/qt/merge_requests/1365.

Change-Id: Ida086b64246b24e25254eafbcb06c8e33388502b
Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
2012-03-17 09:10:57 +01:00
..
atwrapper clean up qmake-generated projects 2012-02-24 05:18:30 +01:00
baselineexample Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
collections containers: add C++11-style c{begin,end}() as alias for const{Begin,End}() 2012-03-17 09:10:57 +01:00
compiler Remove ARMFPA support and Q_DOUBLE_FORMAT detection 2012-03-01 16:26:55 +01:00
exceptionsafety Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
exceptionsafety_objects tst_exceptionsafety_objects: add virtual ~AbstractTester 2012-03-12 15:37:40 +01:00
gestures QEvent (and subclasses): make ctors explicit 2012-03-01 08:44:34 +01:00
headersclean headersclean: omit -Wcast-align also on MIPS 2012-03-15 00:50:47 +01:00
lancelot Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
languagechange Add further theme hints to QPlatformTheme. 2012-02-22 17:28:51 +01:00
macgui clean up qmake-generated projects 2012-02-24 05:18:30 +01:00
macnativeevents clean up qmake-generated projects 2012-02-24 05:18:30 +01:00
macplist clean up qmake-generated projects 2012-02-24 05:18:30 +01:00
modeltest Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
networkselftest Skip the network SSL test on Windows. 2012-03-01 10:40:08 +01:00
qaccessibility Print all accessibility event strings. 2012-03-13 18:14:25 +01:00
qcomplextext Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qfocusevent Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qnetworkaccessmanager_and_qprogressdialog Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qobjectperformance Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qobjectrace Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qsharedpointer_and_qwidget Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qtokenautomaton Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
windowsmobile Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
other.pro Remove unmaintained and broken VNC platform plugin 2012-03-15 02:45:31 +01:00