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

List:       kde-commits
Subject:    KDE/kdepim/kleopatra/uiserver
From:       Bertjan Broeksema <b.broeksema () home ! nl>
Date:       2009-07-09 20:24:47
Message-ID: 1247171087.808359.10547.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 993964 by bbroeksema:

Krazy fix: single-char QString operations


 M  +1 -1      selectcertificatecommand.cpp  


--- trunk/KDE/kdepim/kleopatra/uiserver/selectcertificatecommand.cpp #993963:993964
@@ -140,7 +140,7 @@
         QByteArray data;
         Q_FOREACH( const GpgME::Key & key, dialog->selectedCertificates() ) {
             data += key.primaryFingerprint();
-            data += "\n";
+            data += '\n';
         }
         q->sendData( data );
         q->done();
[prev in list] [next in list] [prev in thread] [next in thread] 

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