qt5base-lts/examples/tutorials
Mitch Curtis 7fc34bff78 Call clear() instead of empty() in addressbook/part6 tutorial.
empty() doesn't remove elements, it just returns whether it is empty.

Task-number: QTBUG-8849
Change-Id: I9bb8e855d96cecd2a0df336cb46e308ddedf0d07
Reviewed-by: Michalina Ziemba <michalina.ziemba@nokia.com>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2012-08-09 03:26:19 +02:00
..
addressbook Call clear() instead of empty() in addressbook/part6 tutorial. 2012-08-09 03:26:19 +02:00
addressbook-fr Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
gettingStarted gettingStarted, part 3-5: sanitize parameter names and compile fix 2012-05-10 09:16:35 +02:00
modelview Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
threads Move QtConcurrent into its own module 2012-02-05 17:49:16 +01:00
widgets Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
README Remove references to demos from docs. 2011-07-05 19:57:54 +02:00
tutorials.pro Remove useless "QT += widgets" 2012-06-05 16:01:29 +02:00

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.