On Fri, Jun 30, 2023 at 11:12 AM Yauheni Pervenenka via Interest <
interest@qt-project.org> wrote:

> Hi community,
> I was faced with a warning QApplication was not created in the main()
> thread. on windows only, it is very rare happen,
>

Almost certainly you're creating a static `QObject` instance that sets the
"main" thread, and whenever the application constructor runs it reports
this as error.
_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to