equal
deleted
inserted
replaced
378 && (item->data(HbDataFormModelItem::LabelRole).toString() |
378 && (item->data(HbDataFormModelItem::LabelRole).toString() |
379 == hbTrId("txt_devicelocking_subhead_remote_locking"))) |
379 == hbTrId("txt_devicelocking_subhead_remote_locking"))) |
380 { |
380 { |
381 RDEBUG("mHack", mHack); |
381 RDEBUG("mHack", mHack); |
382 //The following If-Else condition should be removed once orbit team fix the issue with datachanged() signal |
382 //The following If-Else condition should be removed once orbit team fix the issue with datachanged() signal |
383 /****************************************************************************************************************/ |
383 /**************************************************************************************************************** |
384 if ((mHack % 2) == 0) //need to capture second datachanged() signal , not first one. |
384 if ((mHack % 2) == 0) //need to capture second datachanged() signal , not first one. |
385 { |
385 { |
386 mHack++; |
386 mHack++; |
387 return; |
387 return; |
388 } |
388 } |