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.
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.