Hi
We are in the process of integrating qmllint after migrating a project
to Qt6, and have hit a few issues.
-- QtLocation --
The linter is unable to resolve types in QtLocation. Adding the
following dependencies to qml/QtLocation/qmldir resolved the problem:
depends QtQuick
depends Q
On Monday, 28 August 2023 23:34:26 PDT Ramakanth Kesireddy wrote:
> Thanks for your feedback.
> As we donot set any stack size for QThread and it looks like it runs out of
> default stack size limit during long running operation. Hence would like to
> measure the cumulative stack variables used in
As we donot set any stack size for QThread and it looks like it runs out
of default stack size limit during long running operation. Hence would
like to measure the cumulative stack variables used in a thread so as to
set stack size of QThread accordingly.
It is possible to measure stack usage,