Macro qt_core::q_warning

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

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

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