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

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

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



個人用ツール
名前空間

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