qtmobility/src/contacts/qcontactactionfactory.cpp
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
--- a/qtmobility/src/contacts/qcontactactionfactory.cpp	Fri Apr 16 15:51:22 2010 +0300
+++ b/qtmobility/src/contacts/qcontactactionfactory.cpp	Mon May 03 13:18:40 2010 +0300
@@ -47,17 +47,13 @@
   \class QContactActionFactory
   \brief The QContactActionFactory class provides an interface for clients
   to retrieve instances of action implementations
+  \ingroup contacts-actions
  */
 
 QContactActionFactory::~QContactActionFactory()
 {
 }
 
-uint qHash(const QContactActionDescriptor& ad)
-{
-    return qHash(ad.actionName()) + qHash(ad.vendorName()) + ad.implementationVersion();
-}
-
 /*!
  * \fn QContactActionFactory::~QContactActionFactory()
  * Clears any memory in use by this factory