![]() |
LeechCraft
0.6.70-13729-g7046a9d2a7
Modular cross-platform feature rich live environment.
|
Utility class for logging errors from a QML view. More...
#include "qmlerrorwatcher.h"
Public Member Functions | |
QmlErrorWatcher (QQuickWidget *view) | |
Constructs the watcher for the given view. More... | |
Utility class for logging errors from a QML view.
Definition at line 45 of file qmlerrorwatcher.h.
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.
[in] | view | The declarative view to watch for errors. |
Definition at line 40 of file qmlerrorwatcher.cpp.