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

List:       kde-commits
Subject:    KDE/kdepimlibs/kabc
From:       Tobias Koenig <tokoe () kde ! org>
Date:       2009-10-07 11:12:08
Message-ID: 1254913928.216922.11616.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1032241 by tokoe:

Read in preferredEmail attribute as well!!!


 M  +2 -0      contactgrouptool.cpp  


--- trunk/KDE/kdepimlibs/kabc/contactgrouptool.cpp #1032240:1032241
@@ -293,8 +293,10 @@
     raiseError( QLatin1String( "ContactReference is missing a uid" ) );
     return false;
   }
+  const QStringRef preferredEmail = elementAttributes.value( QLatin1String( "preferredEmail" ) );
 
   reference.setUid( uid.toString() );
+  reference.setPreferredEmail( preferredEmail.toString() );
 
   return true;
 }
[prev in list] [next in list] [prev in thread] [next in thread] 

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