equal
deleted
inserted
replaced
154 mNoAlarmLabel->setTextColor(mLabelColorGroup); |
154 mNoAlarmLabel->setTextColor(mLabelColorGroup); |
155 |
155 |
156 // Get the alarm's list. |
156 // Get the alarm's list. |
157 mAlarmList = qobject_cast<HbListView *> ( |
157 mAlarmList = qobject_cast<HbListView *> ( |
158 mDocLoader->findWidget(CLOCK_ALARMLIST)); |
158 mDocLoader->findWidget(CLOCK_ALARMLIST)); |
159 |
159 mAlarmList->setItemPixmapCacheEnabled(true); |
160 connect( |
160 connect( |
161 mAlarmList, SIGNAL(activated(const QModelIndex &)), |
161 mAlarmList, SIGNAL(activated(const QModelIndex &)), |
162 this, SLOT(handleActivated(const QModelIndex &))); |
162 this, SLOT(handleActivated(const QModelIndex &))); |
163 |
163 |
164 connect( |
164 connect( |