![]() |
LeechCraft
0.6.70-3565-g2d86529
Modular cross-platform feature rich live environment.
|
Utility class for logging errors from a QML view. More...
#include "qmlerrorwatcher.h"
Public Member Functions | |
QmlErrorWatcher (QDeclarativeView *view) | |
Constructs the watcher for the given view. More... | |
Utility class for logging errors from a QML view.
Definition at line 47 of file qmlerrorwatcher.h.
LeechCraft::Util::QmlErrorWatcher::QmlErrorWatcher | ( | QDeclarativeView * | view | ) |
Constructs the watcher for the given view.
The view becomes the parent of the watcher.
[in] | view | The declarative view to watch for errors. |
Definition at line 46 of file qmlerrorwatcher.cpp.