|
MIRA
|
Implements our own Application derived from QApplication in order to overwrite the notify method. More...
#include <fw/FrameworkWithGui.h>

Public Member Functions | |
| Application (int &argc, char **argv) | |
| bool | notify (QObject *rec, QEvent *ev) |
| Overwrites QApplication::notify in order to catch exceptions. More... | |
Implements our own Application derived from QApplication in order to overwrite the notify method.
In this method we catch exceptions and show a MessageBox instead of terminating the whole process (which is the default behavior of QApplication ...)
|
inline |
|
inline |
Overwrites QApplication::notify in order to catch exceptions.
1.8.14