qt5base-lts/examples/opengl/cube
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
..
cube.png Squashed commit of changes from the 4.8-temp branch. 2011-05-23 14:24:07 +02:00
cube.pro Remove warnings about examples not running in the Qt Simulator 2013-10-09 21:45:31 +02:00
fshader.glsl Squashed commit of changes from the 4.8-temp branch. 2011-05-23 14:24:07 +02:00
geometryengine.cpp Fix MSVC-warnings about double to float truncation. 2014-01-24 20:26:39 +01:00
geometryengine.h Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
main.cpp Merge remote-tracking branch 'origin/release' into stable 2013-01-22 18:32:47 +01:00
mainwidget.cpp Remove calls to setlocale in QtOpenGL cube example. 2014-03-14 15:26:05 +01:00
mainwidget.h Examples: Add Q_DECL_OVERRIDE to overridden functions 2014-07-15 08:44:44 +02:00
shaders.qrc Squashed commit of changes from the 4.8-temp branch. 2011-05-23 14:24:07 +02:00
textures.qrc Squashed commit of changes from the 4.8-temp branch. 2011-05-23 14:24:07 +02:00
vshader.glsl Squashed commit of changes from the 4.8-temp branch. 2011-05-23 14:24:07 +02:00