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; };