qtbase/examples
Marc Mutz 68e7227274 savegame ex.: fix include order [2/2]: game.h
Includes should be ordered from most specific to most general. This
means that project-specific includes always come before Qt includes.

This example didn't follow that guideline. Fix.

Amends 88e8094f18.

Manual conflict resolutions:
 - <QList> vs. Qt 5 <QVector>

Task-number: QTBUG-108857
Change-Id: Iafdae9dd8e70ff99882c4344a023a21d15fa3c54
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
(cherry picked from commit ac6e8b3b21)
2023-02-13 17:29:01 +00:00
..
aggregate
corelib savegame ex.: fix include order [2/2]: game.h 2023-02-13 17:29:01 +00:00
dbus Examples: cleanup foreach usage 2019-02-02 12:49:19 +00:00
embedded Deprecate QTimeLine's curveShape in favor of its easingCurve 2020-07-16 17:52:29 +00:00
gui Examples/OpenGLWindow: do not use hardcoded indices 2019-10-02 08:36:36 +02:00
network secureudpclient - a speculative fix for non-reproducible crash 2020-12-11 08:15:39 +00:00
opengl Fix ContextInfo example crashing on Android 2023-01-31 01:25:56 +02:00
qmake Add cmdline feature to qmake 2019-02-18 07:12:14 +00:00
qpa Add default arguments to QPainterPath methods using transform 2020-03-06 21:09:48 +01:00
qtconcurrent Convert uses of QTime as a timer to QElapsedTimer 2019-06-14 10:42:33 +02:00
qtestlib Don't depend on tools for the qtestlib examples 2020-09-16 13:11:32 +02:00
sql Doc: Let SQL Drill Down example show correct use of qgraphicsitem_cast 2020-03-06 08:12:52 +01:00
vulkan Doc: Specify install path for Vulkan examples 2020-01-30 10:42:57 +00:00
widgets examples: add WindowStaysOnBottomHint into preview text 2022-05-01 23:20:06 +00:00
xml Do not mention Qt XML's SAX API anymore in examples/xml/README 2020-05-18 23:25:40 +02:00
README
examples.pro Turn off the dbus examples for qmake-generated VS projects 2021-02-10 11:40:26 +00:00

README

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.