31 #include <QQuickWidget> 47 if (view->status () == QQuickWidget::Error)
49 qWarning () << Q_FUNC_INFO
51 for (
const auto& err : view->errors ())
57 SIGNAL (statusChanged (QQuickWidget::Status)),
Executes a given functor upon a signal (or a list of signals).
QmlErrorWatcher(QQuickWidget *view)
Constructs the watcher for the given view.