qt5base-lts/examples/tools/settingseditor
Marc Mutz 6d65b2cc8c Use QStringList::join(QChar) overload where applicable [examples]
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>
2012-09-23 23:30:03 +02:00
..
inifiles Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
locationdialog.cpp Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
locationdialog.h Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
main.cpp Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
mainwindow.cpp Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
mainwindow.h Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
settingseditor.desktop Squashed commit of changes from the 4.8-temp branch. 2011-05-23 14:24:07 +02:00
settingseditor.pro QtBase examples: Remove Maemo/Symbian-specific code. 2011-10-18 15:47:49 +02:00
settingstree.cpp Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
settingstree.h Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
variantdelegate.cpp Use QStringList::join(QChar) overload where applicable [examples] 2012-09-23 23:30:03 +02:00
variantdelegate.h Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00