qt5base-lts/examples
Lars Knoll 253c801c56 Remove QDir::convertSeparators()
This method has been deprecated since Qt 4.2.
QDir::toNativeSeparators() replaces it since then.

Change-Id: I49e6e1bfd50f26aa30134e599ee82067709549a7
Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
Reviewed-by: João Abecasis <joao.abecasis@nokia.com>
2012-01-19 16:41:44 +01:00
..
animation Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
dbus Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
desktop Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
dialogs Remove QDir::convertSeparators() 2012-01-19 16:41:44 +01:00
draganddrop Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
effects Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
embedded Remove execute permission from files that don't need it. 2012-01-10 01:24:22 +01:00
gestures Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
graphicsview Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
ipc Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
itemviews Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
ja_JP/linguist/hellotr Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
layouts Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
linguist Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
mainwindows Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
network Fixes examples/tests to use qinptr in QTcpServer::incomingConnection. 2012-01-13 20:55:00 +01:00
opengl Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
painting Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qmake Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qpa Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qtconcurrent Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qtestlib Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qws Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
richtext Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
scroller Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
sql Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
statemachine Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
threads Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
tools Removed QApplication::setInputContext() 2012-01-05 11:40:08 +01:00
touch Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
tutorials Update year in Nokia copyright headers. 2012-01-10 07:12:41 +01:00
webkit/webkit-guide Remove execute permission from files that don't need it. 2012-01-10 01:24:22 +01:00
widgets Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
xml Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
examples.pro Examples, plugins: Remove remains of qpa in profiles. 2011-10-28 15:04:54 +02:00
README Remove more references to demos. 2011-07-08 15:36:26 +02:00

Qt is supplied with a number of example applications that have been
written to provide developers with examples of the Qt API in use,
highlight good programming practice, and showcase features found in each of
Qt's core technologies.


Documentation for examples can be found in the Examples section
of the Qt documentation.