Macro qt_core::q_debug

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

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

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