qtdeclarative/examples/qml/tutorials/extending-qml/chapter5-listproperties
Ulf Hermann b200fbe213 Do not call QGuiApplication::exec() on an instance
It's a static method. It should be called statically.

Change-Id: I15fc8948988b0a2c0a30f8699949e06c66d92fdf
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Reviewed-by: Andrei Golubev <andrei.golubev@qt.io>
2021-06-30 14:16:55 +02:00
..
CMakeLists.txt CMake: Regenerate examples to set the WIN32_EXECUTABLE property 2020-10-26 23:38:39 +01:00
app.qml Fix outdated BSD license header 2017-10-17 11:18:11 +00:00
chapter5-listproperties.pro Examples: Fix double installation of .qml files 2020-06-02 14:44:26 +02:00
chapter5-listproperties.qrc Doc: Combine the extending QML tutorial chapters into a single example 2014-09-30 12:33:22 +02:00
main.cpp Do not call QGuiApplication::exec() on an instance 2021-06-30 14:16:55 +02:00
piechart.cpp Use the extended QQmlListProperty interface in a few places 2020-02-07 09:37:53 +01:00
piechart.h Use nullptr rather than 0 for null pointers 2021-06-30 14:16:49 +02:00
pieslice.cpp Fix outdated BSD license header 2017-10-17 11:18:11 +00:00
pieslice.h Use nullptr rather than 0 for null pointers 2021-06-30 14:16:49 +02:00