filemanager/src/filemanager/src/backuprestore/fmbackupview.cpp
changeset 29 b3155376f2b4
parent 24 1d0c87b42e2e
child 30 6e96d2143d46
equal deleted inserted replaced
24:1d0c87b42e2e 29:b3155376f2b4
   136 void FmBackupView::removeToolBarAction()
   136 void FmBackupView::removeToolBarAction()
   137 {
   137 {
   138     toolBar()->removeAction( mToolBarAction );
   138     toolBar()->removeAction( mToolBarAction );
   139 }
   139 }
   140 
   140 
   141 void FmBackupView::refreshBackupView()
   141 void FmBackupView::refreshBackupDate()
   142 {
   142 {
   143     mMainWidget->updateBackupDate();
   143     mMainWidget->updateBackupDate();
   144 }
   144 }
       
   145 
       
   146 void FmBackupView::refreshModel( const QString& path )
       
   147 {
       
   148     if( !path.isEmpty() ) {
       
   149         // ignore non-empty refresh signal as it means change of folder/file, not drive.
       
   150         return;
       
   151     }
       
   152     mMainWidget->refreshModel();
       
   153 }