author | ulf69 <ulf69> | 2004-10-30 00:02:34 (UTC) |
---|---|---|
committer | ulf69 <ulf69> | 2004-10-30 00:02:34 (UTC) |
commit | 84afedde379f67982d96dc9efa7abf9d200734e4 (patch) (unidiff) | |
tree | 2ea6945ae036c8f88b4cef32154bdd2e8f67dc29 | |
parent | 920a91e2248f805f39d5b1a65d9f0dde6060bf7c (diff) | |
download | kdepimpi-84afedde379f67982d96dc9efa7abf9d200734e4.zip kdepimpi-84afedde379f67982d96dc9efa7abf9d200734e4.tar.gz kdepimpi-84afedde379f67982d96dc9efa7abf9d200734e4.tar.bz2 |
removesyncinfo implemented for PwManager
-rw-r--r-- | pwmanager/pwmanager/pwm.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pwmanager/pwmanager/pwm.cpp b/pwmanager/pwmanager/pwm.cpp index d9fbfc9..083e6d1 100644 --- a/pwmanager/pwmanager/pwm.cpp +++ b/pwmanager/pwmanager/pwm.cpp | |||
@@ -1536,7 +1536,9 @@ bool PwM::sync(KSyncManager* manager, QString filename, int mode) | |||
1536 | 1536 | ||
1537 | void PwM::removeSyncInfo( QString syncProfile) | 1537 | void PwM::removeSyncInfo( QString syncProfile) |
1538 | { | 1538 | { |
1539 | qDebug("PWM::not implemented: removeSyncInfo for profile %s ", syncProfile.latin1()); | 1539 | qDebug("PWM:removeSyncInfo for profile %s ", syncProfile.latin1()); |
1540 | curDoc()->removeSyncInfo( syncProfile ); | ||
1541 | //US curDoc()->removeSyncInfo sets the dirtyFlag. | ||
1540 | } | 1542 | } |
1541 | 1543 | ||
1542 | #endif | 1544 | #endif |