diff -r 2e2dc3d30ca8 -r 341166945d65 homescreenapp/stateplugins/hsmenuworkerstateplugin/src/hsarrangestate.cpp --- 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.