qt6-bb10/src
Andre Hartmann 689a1e186b QString: Fix snippet explaining "non-spaced numbered place markers"
The snippet tries to explain the advantage of

 str.arg("Hello", QString::number(20), QString::number(50));

over

 str.arg("Hello").arg(20).arg(50);

which only makes sense, if str contains the same formating sequence,
namely "%1%3%2". That also matches the belonging comment.

Amends 8481500f63

Task-number: QTBUG-44044
Change-Id: Ic2595107bc599c6d244ebf88184a5cc5569ed4f1
Reviewed-by: Samuel Gaist <samuel.gaist@idiap.ch>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2018-09-06 09:07:01 +00:00
..
3rdparty Document version number of pixman 2018-08-31 12:06:34 +00:00
android Add translation for unsupported_android_version for fr and de 2018-05-25 06:50:40 +00:00
angle [Backport] Remove usage of auto_ptr in MacroExpander 2018-06-21 13:13:04 +00:00
concurrent Doc: Fix typo and grammar issues 2018-07-09 17:00:19 +00:00
corelib QString: Fix snippet explaining "non-spaced numbered place markers" 2018-09-06 09:07:01 +00:00
dbus Doc: Check before including the \snippet from a .pro file 2018-08-30 09:23:42 +00:00
gui Avoid conversion over RGBA64 for RGB32 LCD text blending 2018-08-30 18:39:32 +00:00
network Doc: Check before including the \snippet from a .pro file 2018-08-30 09:23:42 +00:00
opengl Doc: Check before including the \snippet from a .pro file 2018-08-30 09:23:42 +00:00
openglextensions Replace Q_DECL_FINAL with final 2017-09-22 07:30:01 +00:00
platformheaders Doc: Add missing full stops in briefs 2018-06-21 14:23:30 +00:00
platformsupport Fix Clang annoying, useless warning about using %llu when it wants %lu 2018-07-05 14:50:35 +00:00
plugins Windows QPA: Fix missing accessibility info with WebEngineView 2018-09-04 19:48:01 +00:00
printsupport Doc: Check before including the \snippet from a .pro file 2018-08-30 09:23:42 +00:00
sql Doc: Check before including the \snippet from a .pro file 2018-08-30 09:23:42 +00:00
testlib Doc: Check before including the \snippet from a .pro file 2018-08-30 09:23:42 +00:00
tools Fix apkPath for gradle 4.0+ 2018-08-09 07:21:19 +00:00
widgets Doc: Check before including the \snippet from a .pro file 2018-08-30 09:23:42 +00:00
winmain Merge remote-tracking branch 'origin/5.10' into dev 2018-01-11 18:10:41 +01:00
xml Doc: Check before including the \snippet from a .pro file 2018-08-30 09:23:42 +00:00
src.pro Move androiddeployqt to qtbase 2018-06-21 11:08:57 +00:00