diff -r 03646e8da489 -r 30f14686fb04 homescreenapp/stateplugins/hsmenuworkerstateplugin/src/hsaddappstocollectionstate.cpp --- a/homescreenapp/stateplugins/hsmenuworkerstateplugin/src/hsaddappstocollectionstate.cpp Fri Jun 11 13:30:16 2010 +0300 +++ b/homescreenapp/stateplugins/hsmenuworkerstateplugin/src/hsaddappstocollectionstate.cpp Wed Jun 23 18:03:36 2010 +0300 @@ -172,7 +172,7 @@ /*! Constructor. \return \a true on success, \a false otherwise. - \param parent Owner. + \param parent Parent state. */ HsAddAppsToCollectionState::HsAddAppsToCollectionState(QState *parent) : QState(parent), mCollectionName(), mCollectionId(0), mAppList(), @@ -395,9 +395,6 @@ /*! Slot invoked when new collection state is entered.. */ -#ifdef COVERAGE_MEASUREMENT -#pragma CTC SKIP -#endif //COVERAGE_MEASUREMENT void HsAddAppsToCollectionState::newCollection() { qDebug("HsAddAppsToCollectionState::newCollection"); @@ -407,9 +404,6 @@ HSMENUTEST_FUNC_EXIT("HsAddAppsToCollectionState::newCollection"); } -#ifdef COVERAGE_MEASUREMENT -#pragma CTC ENDSKIP -#endif //COVERAGE_MEASUREMENT // --------------------------------------------------------------------------- @@ -439,9 +433,6 @@ /*! Slot invoked when select collection state is entered. */ -#ifdef COVERAGE_MEASUREMENT -#pragma CTC SKIP -#endif //COVERAGE_MEASUREMENT void HsAddAppsToCollectionState::selectCollection() { qDebug("HsAddAppsToCollectionState::selectCollection()"); @@ -452,11 +443,6 @@ HSMENUTEST_FUNC_EXIT("HsAddAppsToCollectionState::selectCollection"); } -#ifdef COVERAGE_MEASUREMENT -#pragma CTC ENDSKIP -#endif //COVERAGE_MEASUREMENT - - // --------------------------------------------------------------------------- // --------------------------------------------------------------------------- //