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

List:       kde-commits
Subject:    branches/kdepim/enterprise/kdepim/certmanager/lib/ui
From:       Marc Mutz <mutz () kde ! org>
Date:       2009-09-28 13:01:53
Message-ID: 1254142913.407883.27474.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1028909 by mutz:

Kleo::MessageBox: fix "debug output not ended with \n" warning

 M  +1 -1      messagebox.cpp  


--- branches/kdepim/enterprise/kdepim/certmanager/lib/ui/messagebox.cpp #1028908:1028909
@@ -96,7 +96,7 @@
         m_log = log;
         m_textEdit->setText( "<qt>" + log + "</qt>" );
         const QRect rect = m_textEdit->paragraphRect( 0 );
-        kdDebug() << "setAuditLog: rect = " << rect;
+        kdDebug() << "setAuditLog: rect = " << rect << endl;
         if ( !rect.isValid() )
             return;
         QSize maxSize = qApp->desktop()->screenGeometry( this ).size() * 2 / 3 ;
[prev in list] [next in list] [prev in thread] [next in thread] 

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