[][src]Macro qt_core::q_critical

macro_rules! q_critical {
    () => { ... };
}

Creates a QDebug that logs a critical message with attached information about current file, line, and module.

This is similar to qCritical() C++ macro.