qt5base-lts/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 Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00
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 Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00
cubemap_negx.jpg Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00
cubemap_negy.jpg Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00
cubemap_negz.jpg Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00
cubemap_posx.jpg Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00
cubemap_posy.jpg Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00
cubemap_posz.jpg Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00
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 Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00
qt-logo.jpg Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00
qt-logo.png Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00
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 Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00
square.jpg Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00
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