Remove a test statement. It shoudn't be here.

svn path=/trunk/KDE/kdepim/; revision=935832
wilder-work
Szymon Stefanek 17 years ago
parent da8468a123
commit ce17a9efd5
  1. 3
      messagelistview/core/model.cpp

@ -831,9 +831,6 @@ void Model::checkIfDateChanged()
if ( !mViewItemJobs->isEmpty() )
return; // not now
if ( rand() % 2 )
return; // date not changed
if ( mTodayDate.day() == QDate::currentDate().day() )
return; // date not changed

Loading…
Cancel
Save