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

List:       kde-commits
Subject:    kdereview/marble/src
From:       Simon Hausmann <hausmann () kde ! org>
Date:       2007-05-08 19:24:17
Message-ID: 1178652257.995962.3744.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 662636 by hausmann:

Don't crash (missing format string)


 M  +1 -1      Quaternion.cpp  


--- trunk/kdereview/marble/src/Quaternion.cpp #662635:662636
@@ -84,7 +84,7 @@
     QString quatdisplay = QString("Quaternion: w= %1, x= %2, y= %3, z= %4, |q|= %5" )
         .arg(v[Q_W]).arg(v[Q_X]).arg(v[Q_Y]).arg(v[Q_Z]).arg(quatNorm);
 
-    qDebug(quatdisplay.toLatin1());
+    qDebug() << quatdisplay;
 }
 
 void Quaternion::operator*=(const Quaternion &q)
[prev in list] [next in list] [prev in thread] [next in thread] 

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