-
-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A lot of new logs in the code that seems to have no obvious errors #94
Comments
Type 1 fixed |
Type 2: qDebug() << "QT_QUICK_CONTROLS_TEXT_SELECTION_BEHAVIOR" << qgetenv("QT_QUICK_CONTROLS_TEXT_SELECTION_BEHAVIOR"); That's not QtJambi-related. |
I actually don't know why QWebEngineCertificateError and the other classes should cause the exceptions anyway. |
We only use QWebEngineCertificateError in QWidgets part of ui:
We don't have any usages of QWebEngineFullScreenRequest and QWebEngineLoadingInfo anywhere in our code |
@omix I can redpoduce it even in basic qml with QtWebEngine(more detailed erros mesages because I am running this with QtJambi debug version)
Perhaps the difference is that we are calling these lines before creating QApplication?
|
You don't need this line: |
The message is obviously not logged in QtJambi. Actually, in QtJambi, the message "Class is neither a QObject, nor default- and copy-constructible." only appears as an exception after calling QQml.register. |
is necessarily called before application init. So far so good. |
Describe the bug
There are several logs printed now by qt that weren't there before.
Type 1:
Type 2:
Type 3:
To Reproduce
Shows up every time.
Expected behavior
I believe type 1 is some error message missing parameters, type 2 is some debug loging, and type 3 could be some error
Screenshots
If applicable, add screenshots to help explain your problem.
System (please complete the following information):
The text was updated successfully, but these errors were encountered: