filemanager/src/filemanager/src/backuprestore/fmbackupwidget.cpp
changeset 49 81668a704644
parent 40 4167eb56f30d
equal deleted inserted replaced
47:12b82dc0e8db 49:81668a704644
    89     connect( this, SIGNAL(changeWeekday()), this, SLOT(on_changeWeekday()), Qt::QueuedConnection);
    89     connect( this, SIGNAL(changeWeekday()), this, SLOT(on_changeWeekday()), Qt::QueuedConnection);
    90     connect( this, SIGNAL(changeTime()), this, SLOT(on_changeTime()), Qt::QueuedConnection);
    90     connect( this, SIGNAL(changeTime()), this, SLOT(on_changeTime()), Qt::QueuedConnection);
    91     connect( this, SIGNAL(changeTargetDrive()), this, SLOT(on_changeTargetDrive()), Qt::QueuedConnection);
    91     connect( this, SIGNAL(changeTargetDrive()), this, SLOT(on_changeTargetDrive()), Qt::QueuedConnection);
    92     
    92     
    93     //mBackupSettings = new FmBackupSettings();
    93     //mBackupSettings = new FmBackupSettings();
    94     mBackupSettings = FmViewManager::viewManager()->operationService()->backupRestoreHandler()->bkupEngine()->BackupSettingsL();
    94     mBackupSettings = FmViewManager::viewManager()->operationService()->backupRestoreHandler()->bkupEngine()->BackupSettings();
    95     mBackupSettings->load();
    95     mBackupSettings->load();
    96 
    96 
    97     emit doModelRefresh();
    97     emit doModelRefresh();
    98 
    98 
    99 }
    99 }