From d7098ef25f7f4ebe5678061aa3a3c0bd1f077f7f Mon Sep 17 00:00:00 2001 From: zecke Date: Sun, 22 Sep 2002 23:32:49 +0000 Subject: Two brown paper bags later OTodo is ok again... pointers can be so fscking awesome I had problems with QShared because I forgot to copy it in &operator= And the other one was d = 0 --- (limited to 'libopie/pim/otodoaccessxml.cpp') diff --git a/libopie/pim/otodoaccessxml.cpp b/libopie/pim/otodoaccessxml.cpp index 21756c9..3a72881 100644 --- a/libopie/pim/otodoaccessxml.cpp +++ b/libopie/pim/otodoaccessxml.cpp @@ -68,7 +68,6 @@ bool OTodoAccessXML::load() { element = element->nextChild(); } - return true; }else { qWarning("could not parse"); return false;; @@ -76,6 +75,7 @@ bool OTodoAccessXML::load() { delete root; m_opened = true; + qWarning("Access %d" + m_events.count() ); return true; } bool OTodoAccessXML::reload() { -- cgit v0.9.0.2