From e7d3e1d0f3c75979c01ea6373ed3c80d0c986000 Mon Sep 17 00:00:00 2001 From: erik Date: Wed, 10 Jan 2007 17:24:23 +0000 Subject: All of the files in this commit have an inheritance member function mismatch correction. None are serious, but all would have been improperly mislinked in the inheritance hierarchy if attempted to be used. --- (limited to 'core') diff --git a/core/pim/datebook/holiday/national/nationalcfg.cpp b/core/pim/datebook/holiday/national/nationalcfg.cpp index f71c833..33e9db3 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; } -const QString&NHcfg::errorString()const +QString NHcfg::errorString() const { return err; } diff --git a/core/pim/datebook/holiday/national/nationalcfg.h b/core/pim/datebook/holiday/national/nationalcfg.h index 872df65..2aedd95 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 const QString&errorString()const; + virtual QString errorString()const; protected: QString err,_contentname; -- cgit v0.9.0.2