qt5base-lts/examples
Kevin Funk 47c92fbb0b Replace Q_DECL_OVERRIDE with override where possible
Remaining uses of Q_DECL_OVERRIDE are in:

src/corelib/global/qcompilerdetection.h
src/corelib/global/qglobal.cpp
doc/global/qt-cpp-defines.qdocconf
  (definition and documentation of Q_DECL_OVERRIDE)
tests/manual/qcursor/qcursorhighdpi/main.cpp
  (a test executable compilable both under Qt4 and Qt5)

Change-Id: Ib9b05d829add69e98a86238274b6a1fcb19b49ba
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Reviewed-by: Ville Voutilainen <ville.voutilainen@qt.io>
Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
2017-09-19 11:53:42 +00:00
..
aggregate
corelib Modernize the json savegame example 2017-08-31 11:46:04 +00:00
dbus Use qRadiansToDegrees() and qDegreesToRadians() more widely 2017-07-05 10:15:34 +00:00
embedded Merge remote-tracking branch 'origin/5.9' into dev 2017-07-19 09:47:29 +02:00
gui doc: cleanup raster window example 2017-07-03 10:20:37 +00:00
network Replace Q_DECL_OVERRIDE with override where possible 2017-09-19 11:53:42 +00:00
opengl Replace Q_DECL_OVERRIDE with override where possible 2017-09-19 11:53:42 +00:00
qmake Unify license header usage. 2016-03-29 10:20:03 +00:00
qpa Examples: Replace 'Q_DECL_OVERRIDE' by 'override' 2016-06-15 09:32:30 +00:00
qtconcurrent Examples: Remove remains of wince 2017-07-14 17:30:51 +00:00
qtestlib Merge remote-tracking branch 'origin/5.6' into 5.7 2016-05-06 15:36:44 +02:00
sql Merge remote-tracking branch 'origin/5.9' into dev 2017-07-19 09:47:29 +02:00
touch Be (somewhat more) consistent about the value of pi 2017-06-20 09:53:46 +00:00
vulkan QVulkanWindow: return QMatrix4x4 by value 2017-05-22 09:23:15 +00:00
widgets Tablet example: update only the drawn areas of the canvas 2017-09-15 12:13:51 +00:00
xml Replace Q_DECL_OVERRIDE with override where possible 2017-09-19 11:53:42 +00:00
examples.pro Merge remote-tracking branch 'origin/5.9' into dev 2017-03-28 09:28:31 +02: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.