contentstorage/cahandler/tapp/src/catapphandlerplugin.cpp
changeset 103 b99b84bcd2d1
parent 66 32469d7d46ff
--- a/contentstorage/cahandler/tapp/src/catapphandlerplugin.cpp	Fri Jun 11 13:58:37 2010 +0300
+++ b/contentstorage/cahandler/tapp/src/catapphandlerplugin.cpp	Wed Jun 23 18:33:40 2010 +0300
@@ -18,9 +18,6 @@
 #include "catapphandlerplugin.h"
 #include "catapphandler.h"
 
-#ifdef COVERAGE_MEASUREMENT
-#pragma CTC SKIP
-#endif //COVERAGE_MEASUREMENT
 /*!
     \class CaTappHandlerPlugin
     \ingroup
@@ -31,7 +28,7 @@
     \param descriptor service descriptor
     \param context ignored
     \param session ignored
-    \return An instance of the CaTapphandler object when descriptor interface name
+    \retval An instance of the CaTapphandler object when descriptor interface name
     is "com.nokia.homescreen.ICommandHandler", NULL otherwise.
 */
 QObject *CaTappHandlerPlugin::createInstance(const QServiceInterfaceDescriptor &descriptor,
@@ -48,6 +45,10 @@
     }
 }
 
+#ifdef COVERAGE_MEASUREMENT
+#pragma CTC SKIP
+#endif //COVERAGE_MEASUREMENT (QT macro)
+
 Q_EXPORT_PLUGIN2(catapphandlerplugin, CaTappHandlerPlugin)
 
 #ifdef COVERAGE_MEASUREMENT