diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-14 22:09:59 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-14 22:09:59 +0000 |
commit | 9850ee57acacfaf0546fc5bb6ae62cccf638feac (patch) | |
tree | b38f9840cb44da5a31dce98c0d954de18845f30d /kresources | |
parent | 1c3e6a878f147d063b43948dd8a3f06da195e7ea (diff) | |
download | tdepim-9850ee57acacfaf0546fc5bb6ae62cccf638feac.tar.gz tdepim-9850ee57acacfaf0546fc5bb6ae62cccf638feac.zip |
Fixed resource loading problem from kcontrol
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1163706 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kresources')
-rw-r--r-- | kresources/caldav/resource.cpp | 5 | ||||
-rw-r--r-- | kresources/caldav/resource.h | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/kresources/caldav/resource.cpp b/kresources/caldav/resource.cpp index 1e52b3ec5..4e1542029 100644 --- a/kresources/caldav/resource.cpp +++ b/kresources/caldav/resource.cpp @@ -207,11 +207,6 @@ bool ResourceCalDav::doSave() { } -bool ResourceCalDav::doSave( bool syncCache, Incidence *incidence ) { - // To suppress warning about doSave(bool) method hides ResourceCached::doSave(bool, Incidence) - return ResourceCached::doSave(); -} - KABC::Lock* ResourceCalDav::lock() { log("lock()"); return &mLock; diff --git a/kresources/caldav/resource.h b/kresources/caldav/resource.h index deba22b72..ba1f3e9af 100644 --- a/kresources/caldav/resource.h +++ b/kresources/caldav/resource.h @@ -95,14 +95,9 @@ protected: }; -// virtual bool doLoad( bool syncCache ); -// virtual bool doSave( bool syncCache ); - virtual bool doLoad(); // virtual bool doSave(); - virtual bool doSave( bool syncCache, Incidence *incidence ); - virtual KABC::Lock* lock(); /** |