Macro qt_core::q_critical

source ·
macro_rules! q_critical {
    () => { ... };
}
Expand description

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

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