LeechCraft  0.6.70-13729-g7046a9d2a7
Modular cross-platform feature rich live environment.
LC::Util::QmlErrorWatcher Class Reference

Utility class for logging errors from a QML view. More...

#include "qmlerrorwatcher.h"

+ Inheritance diagram for LC::Util::QmlErrorWatcher:
+ Collaboration diagram for LC::Util::QmlErrorWatcher:

Public Member Functions

 QmlErrorWatcher (QQuickWidget *view)
 Constructs the watcher for the given view. More...
 

Detailed Description

Utility class for logging errors from a QML view.

Definition at line 45 of file qmlerrorwatcher.h.

Constructor & Destructor Documentation

◆ QmlErrorWatcher()

LC::Util::QmlErrorWatcher::QmlErrorWatcher ( QQuickWidget *  view)

Constructs the watcher for the given view.

The view becomes the parent of the watcher, so there no need to delete the watcher explicitly later on.

Parameters
[in]viewThe declarative view to watch for errors.

Definition at line 40 of file qmlerrorwatcher.cpp.


The documentation for this class was generated from the following files: