logsui/logsapp/src/logscomponentrepository.cpp
changeset 19 e4c884866116
parent 11 64a47b97e1e1
child 21 2f0af9ba7665
equal deleted inserted replaced
16:c5af8598d22c 19:e4c884866116
   258 //
   258 //
   259 // -----------------------------------------------------------------------------
   259 // -----------------------------------------------------------------------------
   260 //
   260 //
   261 void LogsComponentRepository::lazyInit()
   261 void LogsComponentRepository::lazyInit()
   262 {
   262 {
   263     mModel->refreshData();
       
   264     recentCallsView(true);
   263     recentCallsView(true);
   265     detailsView(true);
   264     detailsView(true);
   266     matchesView(true);
   265     matchesView(true);
   267 }
   266 }
   268 
   267