6#include <QtCore/qlogging.h>
10#ifndef QT_NO_EXCEPTIONS
65void qt_assert(
const char *assertion,
const char *
file,
int line)
noexcept
68 .
fatal(
"ASSERT: \"%s\" in file %s, line %d", assertion,
file,
line);
77 .
fatal(
"ASSERT failure in %s: \"%s\", file %s, line %d", where, what,
file,
line);
120 fputs(
"Out of memory", stderr);
121 fprintf(stderr,
" in %s, line %d\n",
n, l);
133#ifndef QT_NO_EXCEPTIONS
134 throw std::bad_alloc();
void void Q_DECL_COLD_FUNCTION void Q_DECL_COLD_FUNCTION void QT_MESSAGE_LOGGER_NORETURN Q_DECL_COLD_FUNCTION void fatal(const char *msg,...) const noexcept Q_ATTRIBUTE_FORMAT_PRINTF(2
Logs a fatal message specified with format msg.
Combined button and popup list for selecting options.
void qt_assert_x(const char *where, const char *what, const char *file, int line) noexcept
void qt_check_pointer(const char *n, int l) noexcept