Commit bbf1ec42 authored by Laszlo Agocs's avatar Laszlo Agocs Committed by The Qt Project
Browse files

Add an error signal to QQuickWindow


When nothing is connected to this signal, an error will be printed or,
in case of Windows, a message box will be shown. If there is something
connected, it is up to the application to handle the error.

[ChangeLog] Added a new sceneGraphError() signal to QQuickWindow
which applications can use to detect errors like OpenGL context creation
failures and react in their own custom ways.

Task-number: QTBUG-36138
Change-Id: I33b1e5e0e3f25872af67c5bb5ae937e3470b25f3
Reviewed-by: default avatarFriedemann Kleint <Friedemann.Kleint@digia.com>
parent 3eb56ecb
Branches
Tags
Showing with 98 additions and 3 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment