Qtリファレンス QtGlobal::qInstallMessageHandler 新しいページはコチラ

提供: yonewiki
移動: 案内, 検索
(QtGlobal::qInstallMessageHandler 概要)
(QtGlobal::qInstallMessageHandler 概要)
20行: 20行:
 
     switch(qmsgtype){
 
     switch(qmsgtype){
 
         case QtDebugMsg:
 
         case QtDebugMsg:
             fprintf
+
             fprintf( stderr, "Debug: %s \n", qbytearrayMsg.constData(), context.file(), context.line(), context.function() );
 +
            break;
 +
        case QtInfoMsg:…
 +
        case QtWarningMsg:…
 +
        case QtCriticalMsg:…
 +
        case QtFatalMsg:…
 
     }
 
     }
 
}
 
}

2021年2月19日 (金) 00:00時点における版



個人用ツール
名前空間

変種
操作
案内
ツールボックス