logsui/logsapp/src/logscomponentrepository.cpp
changeset 17 90fe74753f71
parent 8 6c9acdc6adc0
child 21 2f0af9ba7665
equal deleted inserted replaced
15:76d2cf7a585e 17:90fe74753f71
   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