Revision e5924d89 qerror.h

b/qerror.h
38 38
QString *qerror_human(const QError *qerror);
39 39
void qerror_print(QError *qerror);
40 40
void qerror_report_internal(const char *file, int linenr, const char *func,
41
                            const char *fmt, ...)
42
    __attribute__ ((format(printf, 4, 5)));
41
                            const char *fmt, ...) GCC_FMT_ATTR(4, 5);
43 42
#define qerror_report(fmt, ...) \
44 43
    qerror_report_internal(__FILE__, __LINE__, __func__, fmt, ## __VA_ARGS__)
45 44
QError *qobject_to_qerror(const QObject *obj);

Also available in: Unified diff