[vlc-devel] [PATCH 3/5] qml: show error reason when view can't be loaded

Pierre Lamot pierre at videolabs.io
Thu Jun 13 18:44:13 CEST 2019


---
 modules/gui/qt/qml/utils/StackViewExt.qml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/gui/qt/qml/utils/StackViewExt.qml b/modules/gui/qt/qml/utils/StackViewExt.qml
index b1b1bbf9c9..7d988ad555 100644
--- a/modules/gui/qt/qml/utils/StackViewExt.qml
+++ b/modules/gui/qt/qml/utils/StackViewExt.qml
@@ -75,7 +75,7 @@ StackView {
                     found = true
                     break;
                 } else {
-                    console.warn("component is not ready")
+                    console.warn("component is not ready: " + component.errorString())
                 }
             }
         }
-- 
2.17.1



More information about the vlc-devel mailing list