From kde-commits Wed Apr 18 17:30:17 2007 From: Thomas Zander Date: Wed, 18 Apr 2007 17:30:17 +0000 To: kde-commits Subject: koffice/libs/kofficecore Message-Id: <1176917417.682425.2194.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=117691874521132 SVN commit 655538 by zander: A useful method. M +4 -0 KoGenericRegistry.h --- trunk/koffice/libs/kofficecore/KoGenericRegistry.h #655537:655538 @@ -110,6 +110,10 @@ return m_hash.keys(); } + int count() const { + return m_hash.count(); + } + private: QHash m_hash; };