From 977193cc46768da220ddb01aca74286b28e6b7ee Mon Sep 17 00:00:00 2001 From: alwin Date: Fri, 18 Mar 2005 16:57:24 +0000 Subject: work on plugins finished. these plugins now may have a config-widget (sorry guys - I had to change the plugininterface and so the UUID again.) the plugin for nationalholidays now has such a widget, the datebook will insert configwidgets into its settingsdialog. corrected the .pro file of opiepim2/ui so it contains the header/cpp files for that pluginsystem. --- (limited to 'core/pim/datebook/holiday/national/nationalcfg.cpp') diff --git a/core/pim/datebook/holiday/national/nationalcfg.cpp b/core/pim/datebook/holiday/national/nationalcfg.cpp index a293251..52c453f 100644 --- a/core/pim/datebook/holiday/national/nationalcfg.cpp +++ b/core/pim/datebook/holiday/national/nationalcfg.cpp @@ -25,25 +25,20 @@ bool NHcfg::load(const QString&aPath) _path=aPath; stage = 0; _content.clear(); - odebug << "Start loading file "<<_path<0) + odebug << "Errors: " << err << oendl; return ret; } @@ -91,7 +86,6 @@ bool NHcfg::fatalError(const QXmlParseException& e) bool NHcfg::startElement(const QString&, const QString&,const QString& name, const QXmlAttributes& attr) { bool ret = false; - odebug << "startElement: " << name << oendl; if (name==_key_doc) { stage = 1; return true; @@ -144,6 +138,5 @@ bool NHcfg::setName(const QXmlAttributes&attr) return false; } _contentname = attr.value(nindx); - odebug << "Contentname = " << _contentname<