[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdenetwork/kopete/protocols/oscar/liboscar
From:       Roman Jarosz <kedgedev () centrum ! cz>
Date:       2008-02-19 18:47:24
Message-ID: 1203446844.466684.29105.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 777096 by rjarosz:

Fix miscompilation of Q_ASSERT with Qt 4.4 



 M  +2 -0      xtrazxawayservice.cpp  
 M  +2 -0      xtrazxservice.cpp  


--- trunk/KDE/kdenetwork/kopete/protocols/oscar/liboscar/xtrazxawayservice.cpp #777095:777096
@@ -122,7 +122,9 @@
 		if( !e.isNull() )
 		{
 			if ( e.tagName() == "id" )
+			{
 				Q_ASSERT( e.text() == "AwayStat" );
+			}
 // 			else if ( e.tagName() == "trans" )
 			else if ( e.tagName() == "senderId" )
 				m_senderId = e.text();
--- trunk/KDE/kdenetwork/kopete/protocols/oscar/liboscar/xtrazxservice.cpp #777095:777096
@@ -63,7 +63,9 @@
 		if( !e.isNull() )
 		{
 			if ( e.tagName() == "id" )
+			{
 				Q_ASSERT( e.text() == serviceId() );
+			}
 			else if ( e.tagName() == "val" )
 				handleResponse( e );
 			else if ( e.tagName() == "req" )
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic