![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtCore/qtconfigmacros.h>
#include <QtCore/qcompilerdetection.h>
#include <QtCore/qtcoreexports.h>
Go to the source code of this file.
Macros | |
#define | QT_TRY try |
#define | QT_CATCH(A) |
#define | QT_THROW(A) |
#define | QT_RETHROW throw |
#define QT_CATCH | ( | A | ) |
Definition at line 32 of file qexceptionhandling.h.
#define QT_RETHROW throw |
Definition at line 34 of file qexceptionhandling.h.
#define QT_THROW | ( | A | ) |
Definition at line 33 of file qexceptionhandling.h.
#define QT_TRY try |
Definition at line 31 of file qexceptionhandling.h.