This is an automated change performing the following replacements:
join\("(.)"\) -> join('\1')
join\(QLatin1String\("(.)"\)\) -> join(QLatin1Char('\1'))
join\(QStringLiteral\("(.)"\)\) -> join(QLatin1Char('\1'))
Change-Id: I1d0c9782cc1522d937b930531720e32d4c8f7ce8
Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
|
||
|---|---|---|
| .. | ||
| addressbook | ||
| addressbook-fr | ||
| gettingStarted | ||
| modelview | ||
| threads | ||
| widgets | ||
| README | ||
| tutorials.pro | ||
README
Qt is supplied with tutorials that have been written to provide developers with an introduction to the Qt API. Documentation for tutorials can be found in the Tutorials link in the main documentation.