Skip to content

Commit 33c288a

Browse files
committedAug 8, 2013
Follow up for Fix #8411
1 parent ee26898 commit 33c288a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ void myMessageOutput( QtMsgType type, const char *msg )
338338
#ifdef QGISDEBUG
339339
// Print all warnings except setNamedColor.
340340
// Only seems to happen on windows
341-
if ( 0 != strncmp( msg, "QColor::setNamedColor:", 22 ) )
341+
if ( 0 != strncmp( msg, "QColor::setNamedColor: Unknown color name 'param", 48 ) )
342342
{
343343
// TODO: Verify this code in action.
344344
dumpBacktrace( 20 );

0 commit comments

Comments
 (0)
Please sign in to comment.