From c0145131ff669a911d51cd0a2b5d3471bf150eb0 Mon Sep 17 00:00:00 2001 From: erik Date: Thu, 11 Jan 2007 22:29:59 +0000 Subject: I missed a bad override signature. This fixes that. There should be no class inheritance function mismatches at this point. --- (limited to 'core') diff --git a/core/pim/datebook/holiday/national/nationalcfg.cpp b/core/pim/datebook/holiday/national/nationalcfg.cpp index 33e9db3..5e8ec29 100644 --- a/core/pim/datebook/holiday/national/nationalcfg.cpp +++ b/core/pim/datebook/holiday/national/nationalcfg.cpp @@ -276,7 +276,7 @@ bool NHcfg::endElement(const QString&, const QString&,const QString& name) return true; } -QString NHcfg::errorString() const +QString NHcfg::errorString() { return err; } diff --git a/core/pim/datebook/holiday/national/nationalcfg.h b/core/pim/datebook/holiday/national/nationalcfg.h index 2aedd95..28e1fdd 100644 --- a/core/pim/datebook/holiday/national/nationalcfg.h +++ b/core/pim/datebook/holiday/national/nationalcfg.h @@ -57,7 +57,7 @@ public: virtual bool fatalError(const QXmlParseException& e); virtual bool startElement(const QString&, const QString&,const QString& name, const QXmlAttributes& attr); virtual bool endElement(const QString&, const QString&,const QString& name); - virtual QString errorString()const; + virtual QString errorString(); protected: QString err,_contentname; -- cgit v0.9.0.2