~zsombi/ubuntu-ui-toolkit/expose-alarmmodel-reset

« back to all changes in this revision

Viewing changes to modules/Ubuntu/Components/plugin/ucalarmmodel.cpp

  • Committer: Zsombor Egri
  • Date: 2014-11-20 13:25:46 UTC
  • mfrom: (1279.6.39 alarm-data-adaptation)
  • Revision ID: zsombor.egri@canonical.com-20141120132546-1bokcm9alnh7fkcu
prereq sync

Show diffs side-by-side

added added

removed removed

Lines of Context:
310
310
void UCAlarmModel::moveStarted(int from, int to)
311
311
{
312
312
    beginMoveRows(QModelIndex(), from, from, QModelIndex(), to);
313
 
//    removeStarted(from);
314
 
//    removeFinished();
315
 
//    insertStarted(to);
316
313
}
317
314
 
318
315
/*!
322
319
void UCAlarmModel::moveFinished()
323
320
{
324
321
    endMoveRows();
325
 
//    insertFinished();
326
322
}