Details
-
User Story
-
Resolution: Fixed
-
P2: Important
-
None
-
None
-
2023wk44FOQtforAndroid, 2023wk46FOQtforAndroid
-
17ef5be08 (dev), 6f1449c7a (dev), 3a505a859 (dev), db91947eb (dev), 4f33c4a36 (dev), bc8f0911a (dev), 19baa077d (dev), ee874e7ca (dev), 84f0b483b (dev), 400e7d1a7 (dev), fcc8b89ae (dev), 7996a3fc7 (dev), 482af5a43 (6.7), 97a3434fd (6.7), b9f5b892d (6.7)
Description
Look into what can be improved in the loading mechanism of Qt libraries. At the moment, the loading is done under the QtActivity or QtService, and done each time for each activity/service if there are multiples declared. And if multiples are declared, the mechanism might fails.
This task should look into improving that by for example moving that logic into the QtApplication so it's done only once and activities/services don't need to redo that each time. That also could give the benefit or improved architecture and code.
Attachments
Issue Links
- covers
-
QTBUG-118749 tst_qtexttospeech_qml (Failed)
- Closed
- mentioned in
-
Page Loading...