homescreenapp/stateplugins/hsmenuworkerstateplugin/src/hsarrangestate.cpp
changeset 62 341166945d65
parent 55 03646e8da489
child 63 52b0f64eeb51
--- a/homescreenapp/stateplugins/hsmenuworkerstateplugin/src/hsarrangestate.cpp	Thu Jun 24 13:11:40 2010 +0100
+++ b/homescreenapp/stateplugins/hsmenuworkerstateplugin/src/hsarrangestate.cpp	Fri Jun 25 19:19:22 2010 +0300
@@ -73,7 +73,7 @@
 
 /*!
  Constructor
- \param parent owner
+ \param parent Parent state.
  \retval void
  */
 HsArrangeState::HsArrangeState(QState *parent) :
@@ -132,9 +132,6 @@
  Method invoked when a state is entered.
  \param event an event causing the entrance the state.
  */
-#ifdef COVERAGE_MEASUREMENT
-#pragma CTC SKIP
-#endif //COVERAGE_MEASUREMENT
 void HsArrangeState::onEntry(QEvent *event)
 {
     qDebug("HsArrangeState::onEntry()");
@@ -184,9 +181,6 @@
     }
     HSMENUTEST_FUNC_EXIT("HsArrangeState::onEntry");
 }
-#ifdef COVERAGE_MEASUREMENT
-#pragma CTC ENDSKIP
-#endif //COVERAGE_MEASUREMENT
 
 /*!
  Slot invoked on closing the dialog.