qt5base-lts/examples/widgets/tools/settingseditor
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
..
inifiles Examples: move widgets specific "tools" examples to the correct place 2012-11-28 00:56:34 +01:00
locationdialog.cpp examples: Use QOverload to select overloaded signals and slots 2016-12-22 14:54:55 +00:00
locationdialog.h Unify license header usage. 2016-03-29 10:20:03 +00:00
main.cpp Unify license header usage. 2016-03-29 10:20:03 +00:00
mainwindow.cpp Unify license header usage. 2016-03-29 10:20:03 +00:00
mainwindow.h Unify license header usage. 2016-03-29 10:20:03 +00:00
settingseditor.pro Remove warnings about examples not running in the Qt Simulator 2013-10-09 21:45:31 +02:00
settingstree.cpp Unify license header usage. 2016-03-29 10:20:03 +00:00
settingstree.h Examples: Replace 'Q_DECL_OVERRIDE' by 'override' 2016-06-15 09:32:30 +00:00
variantdelegate.cpp Unify license header usage. 2016-03-29 10:20:03 +00:00
variantdelegate.h Examples: Replace 'Q_DECL_OVERRIDE' by 'override' 2016-06-15 09:32:30 +00:00