qt5base-lts/examples/opengl/qopenglwindow
Alexander Volkov fb7bfbf18d examples: Use QOverload to select overloaded signals and slots
We can use QOverload since Qt 5.7 (it depends on Q_COMPILER_VARIADIC_TEMPLATES
which is required since Qt 5.7).
Use it in the examples to show the best practice.
qOverload currently can't be used because it requires c++14.

Change-Id: I94a3c0db9d551fe169fa3d19c07ec0b329d5946c
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
2016-12-22 14:54:55 +00:00
..
background_renderer.cpp QDateTime: use the more efficient currentMSecsSinceEpoch() 2016-07-02 07:51:11 +00:00
background_renderer.h Unify license header usage. 2016-03-29 10:20:03 +00:00
background.frag Fix a couple of bugs in the QOpenGLWindow example 2015-01-10 19:40:31 +01:00
main.cpp examples: Use QOverload to select overloaded signals and slots 2016-12-22 14:54:55 +00:00
qopenglwindow.pro Introduce QOpenGLWindow 2014-08-05 16:47:37 +02:00
shaders.qrc Introduce QOpenGLWindow 2014-08-05 16:47:37 +02:00