qt6-bb10/examples
Axel Spoerl f54953a0ab Android notification example: Correct connect statements
The example breaks building 6.7 with examples on Android, due to
QObject::connect() to a lambda without context object.

Add context object.

Fixes: QTBUG-123989
Pick-to: 6.7 6.6 6.5 6.2
Change-Id: Id3994e577a8a676220ac8d9f95d01c054839c143
Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
2024-04-04 19:29:23 +02:00
..
aggregate install a sane top-level examples.pro file 2012-12-11 13:37:57 +01:00
corelib Android notification example: Correct connect statements 2024-04-04 19:29:23 +02:00
dbus CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
gui CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
network CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
opengl CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
qmake examples: port qmake examples to new connection style 2022-12-21 22:52:17 +02:00
qtconcurrent CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
qtestlib CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
sql CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
vulkan CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
widgets CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
xml CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
CMakeLists.txt CMake: Allow building all examples as standalone just like tests 2024-03-14 11:44:16 +01:00
README
examples.pro Remove undocumented embedded examples 2023-11-17 19:39:33 +01:00

README

Qt is supplied with a number of example applications that have been
written to provide developers with examples of the Qt API in use,
highlight good programming practice, and showcase features found in each of
Qt's core technologies.


Documentation for examples can be found in the Examples section
of the Qt documentation.