From acd2d0062dd87635feb03927663b1f700305d67b Mon Sep 17 00:00:00 2001 From: zecke Date: Mon, 07 Oct 2002 09:10:05 +0000 Subject: First SQL backend Resource The DB layout is not fully what we've in mind but for example I do lack the Categories infrastructure for that I've to implement sorted lists and then I'll make Todolist fast --- (limited to 'libopie/pim/orecordlist.h') diff --git a/libopie/pim/orecordlist.h b/libopie/pim/orecordlist.h index 1fd0741..b6fa7fa 100644 --- a/libopie/pim/orecordlist.h +++ b/libopie/pim/orecordlist.h @@ -154,14 +154,13 @@ ORecordListIterator &ORecordListIterator::operator=( const ORecordListIter template T ORecordListIterator::operator*() { -// qWarning("operator* %d %d", m_current, m_uids[m_current] ); + qWarning("operator* %d %d", m_current, m_uids[m_current] ); if (!m_end ) /* FIXME * until the cache is in place * we do the uid match uid check */ - if(m_record.uid() != m_uids[m_current] ) - m_record = m_temp->find( m_uids[m_current] ); + m_record = m_temp->find( m_uids[m_current] ); else m_record = T(); -- cgit v0.9.0.2