qt5base-lts/tests/auto/corelib/platform
Assam Boudjelthia f5e2302851 Android: don't call delegates outside of the Activity
The delegate classes shouldn't be used outside of the Activity/Service
classes, since they're practically private implementation, so don't use
them anywhere outside Activity/Service.

Since Qt Android apps still mainly support having one QtActivity/
QtService, QtNative heavily uses those objects to do various operations.
For that reason, we still need to use the delegate there. The aim is
to change that in future patches and do the operations where they make
more sense for example directly under QtActivityBase/QtActivityDelegate
or Service counterpart.

The QtServiceDelegate is used no where and have no special
implementation, so it's removed here.

Task-number: QTBUG-118077
Change-Id: I5e106318169be19fec8163e8e500ee573af0e1bc
Reviewed-by: Tinja Paavoseppä <tinja.paavoseppa@qt.io>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
2023-11-10 21:57:11 +02:00
..
android Android: don't call delegates outside of the Activity 2023-11-10 21:57:11 +02:00
android_appless Android: add an appless test that recreates QGuiApplication 2023-10-26 20:04:51 +02:00
windows Introduce QComObject base class 2023-10-13 21:29:48 +02:00
CMakeLists.txt Android: add an appless test that recreates QGuiApplication 2023-10-26 20:04:51 +02:00