qt6-bb10/examples/widgets/graphicsview/boxes
Olivier Goffart 3b0c2b7c1b Examples: Add Q_DECL_OVERRIDE to overridden functions
Q_DECL_OVERRIDE (which expands to 'override' for supported compiler)
helps to declare the intent (that it is an overridden function) and
force compilation error when there is no such virtual function in the
base class.
The examples should show the best practice of having it, as it may save
the programmer quite some time in case of change of API or typo in the
function name or arguments.

This change was done automatically with
clang-modernize -add-override -override-macros

And fixed MSVC compilation by removing inline for TorrentViewDelegate::paint

Change-Id: Ice66ae93fae571266f908703d5b8892b2c1ebb1a
Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@digia.com>
2014-07-15 08:44:44 +02:00
..
3rdparty
basic.fsh Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
basic.vsh Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
boxes.pro Boxes: Check for opengl version in .pro file 2013-04-03 13:02:17 +02:00
boxes.qrc
cubemap_negx.jpg
cubemap_negy.jpg
cubemap_negz.jpg
cubemap_posx.jpg
cubemap_posy.jpg
cubemap_posz.jpg
dotted.fsh Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
fresnel.fsh Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
glass.fsh Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
glbuffers.cpp Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
glbuffers.h Examples: Add Q_DECL_OVERRIDE to overridden functions 2014-07-15 08:44:44 +02:00
glextensions.cpp expand tabs and related whitespace fixes in *.{cpp,h,qdoc} 2014-01-13 22:46:50 +01:00
glextensions.h expand tabs and related whitespace fixes in *.{cpp,h,qdoc} 2014-01-13 22:46:50 +01:00
gltrianglemesh.h Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
granite.fsh Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
main.cpp Examples: Add Q_DECL_OVERRIDE to overridden functions 2014-07-15 08:44:44 +02:00
marble.fsh Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
parameters.par
qt-logo.jpg
qt-logo.png
qtbox.cpp Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qtbox.h Examples: Add Q_DECL_OVERRIDE to overridden functions 2014-07-15 08:44:44 +02:00
reflection.fsh Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
refraction.fsh Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
roundedbox.cpp Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
roundedbox.h Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
scene.cpp expand tabs and related whitespace fixes in *.{cpp,h,qdoc} 2014-01-13 22:46:50 +01:00
scene.h Examples: Add Q_DECL_OVERRIDE to overridden functions 2014-07-15 08:44:44 +02:00
smiley.png
square.jpg
trackball.cpp Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
trackball.h Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
wood.fsh Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00