From 6385f303bef3cbcd19d097a7b05c30e144d5dd6e Mon Sep 17 00:00:00 2001 From: zautrix Date: Tue, 26 Oct 2004 22:19:18 +0000 Subject: implemented remove sync info for kopi and kapi --- (limited to 'kabc/addressbook.cpp') diff --git a/kabc/addressbook.cpp b/kabc/addressbook.cpp index 3641c0c..2785131 100644 --- a/kabc/addressbook.cpp +++ b/kabc/addressbook.cpp @@ -553,6 +553,14 @@ void AddressBook::smplifyAddressees() (*ait).simplifyAddresses(); } } +void AddressBook::removeSyncInfo( QString syncProfile) +{ + Iterator ait; + for ( ait = begin(); ait != end(); ++ait ) { + (*ait).removeID( syncProfile ); + } + +} void AddressBook::preparePhoneSync( QString currentSyncDevice, bool isPreSync ) { Iterator ait; -- cgit v0.9.0.2