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>
|
||
|---|---|---|
| .. | ||
| codecs | ||
| completer | ||
| contiguouscache | ||
| customcompleter | ||
| customtype | ||
| customtypesending | ||
| doc | ||
| echoplugin | ||
| i18n | ||
| plugandpaint | ||
| plugandpaintplugins | ||
| regexp | ||
| settingseditor | ||
| styleplugin | ||
| treemodelcompleter | ||
| undo | ||
| undoframework | ||
| README | ||
| tools.pro | ||
README
Qt is equipped with a range of capable tool classes, from containers and iterators to classes for string handling and manipulation. Other classes provide application infrastructure support, handling plugin loading and managing configuration files. Documentation for these examples can be found via the Examples link in the main Qt documentation.