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

List:       kde-commits
Subject:    kdepim/libemailfunctions
From:       Till Adam <adam () kde ! org>
Date:       2004-10-31 21:03:21
Message-ID: 20041031210321.71E9916C34 () office ! kde ! org
[Download RAW message or body]

CVS commit by tilladam: 

Add fingerprint to asString()


  M +4 -1      idmapper.cpp   1.5


--- kdepim/libemailfunctions/idmapper.cpp  #1.4:1.5
@@ -159,5 +159,8 @@ QString IdMapper::asString() const
   QMap<QString, QVariant>::ConstIterator it;
   for ( it = mIdMap.begin(); it != mIdMap.end(); ++it ) {
-    content += it.key() + "\t" + it.data().toString() + "\r\n";
+    QString fp;
+    if ( mFingerprintMap.contains( it.key() ) )
+      fp = mFingerprintMap[ it.key() ];
+    content += it.key() + "\t" + it.data().toString() + "\t" + fp + "\r\n";
   }
 


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

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