LeechCraft  0.6.70-6645-gcd10d7e
Modular cross-platform feature rich live environment.
LeechCraft::Util::QmlErrorWatcher Class Reference

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

#include "qmlerrorwatcher.h"

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

Public Member Functions

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

Detailed Description

Utility class for logging errors from a QML view.

Definition at line 49 of file qmlerrorwatcher.h.

Constructor & Destructor Documentation

LeechCraft::Util::QmlErrorWatcher::QmlErrorWatcher ( QDeclarativeView *  view)

Constructs the watcher for the given view.

The view becomes the parent of the watcher.

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

Definition at line 46 of file qmlerrorwatcher.cpp.


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