From d96ce086c617b5b2efc5081cd10a43257a78f488 Mon Sep 17 00:00:00 2001 From: zecke Date: Sun, 13 Oct 2002 02:22:58 +0000 Subject: OPimAccessBackend nothing tried a isDirty()const ... but removed it ORecordList uidAt(uint index ) added Speed Improvements at the SQL backend do not load the list of uids until it's really needed do not reload the uid list until it's really needed we got a bitfield m_dirty there... --- (limited to 'libopie2/opiepim/core/opimaccesstemplate.h') diff --git a/libopie2/opiepim/core/opimaccesstemplate.h b/libopie2/opiepim/core/opimaccesstemplate.h index 92d7192..a0d8f63 100644 --- a/libopie2/opiepim/core/opimaccesstemplate.h +++ b/libopie2/opiepim/core/opimaccesstemplate.h @@ -184,12 +184,10 @@ T OPimAccessTemplate::find( int uid, const QArray& ar, */ // qWarning("find it now %d", uid ); if (m_cache.contains( uid ) ) { - qWarning("m cache contains %d", uid); return m_cache.find( uid ); } T t = m_backEnd->find( uid, ar, current, dir ); - qWarning("found it and cache it now %d", uid); cache( t ); return t; } -- cgit v0.9.0.2