Macro qt_core::q_info

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

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

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