![]() |
Qt 6.x
The Qt SDK
|
#include <qglobal.h>
Go to the source code of this file.
Macros | |
#define | Q_SCREEN_CHECKERROR(x, message) qScreenCheckError(x, Q_FUNC_INFO, message, false) |
#define | Q_SCREEN_CRITICALERROR(x, message) qScreenCheckError(x, Q_FUNC_INFO, message, true) |
Functions | |
QT_BEGIN_NAMESPACE void | qScreenCheckError (int rc, const char *funcInfo, const char *message, bool critical) |
#define Q_SCREEN_CHECKERROR | ( | x, | |
message | |||
) | qScreenCheckError(x, Q_FUNC_INFO, message, false) |
Definition at line 13 of file qqnxglobal.h.
#define Q_SCREEN_CRITICALERROR | ( | x, | |
message | |||
) | qScreenCheckError(x, Q_FUNC_INFO, message, true) |
Definition at line 16 of file qqnxglobal.h.
QT_BEGIN_NAMESPACE void qScreenCheckError | ( | int | rc, |
const char * | funcInfo, | ||
const char * | message, | ||
bool | critical | ||
) |
Definition at line 10 of file qqnxglobal.cpp.
References QQnxIntegration::AlwaysFlushScreenContext, QQnxIntegration::instance(), Q_UNLIKELY, qCritical, and qWarning.