[][src]Macro qt_core::q_debug

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

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

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