refs #887, improved copy wizard

* initAndPreselectDirectories when wizard page becomes visible
* completed copy function
This commit is contained in:
Klaus Basan
2017-03-08 05:02:04 +01:00
committed by Mathew Sutcliffe
parent 221e4c2b9c
commit 6e28dfbce3
3 changed files with 39 additions and 18 deletions

View File

@@ -43,7 +43,7 @@ namespace BlackGui
void setSettingsMode();
//! Selected files are copied
void copySelectedFiles();
int copySelectedFiles();
//! Preselect newer files
void preselectMissingOurOutdated();
@@ -51,6 +51,9 @@ namespace BlackGui
//! Init file content
void initCurrentDirectories();
//! Init and preselect directories
void initAndPreselectDirectories();
//! Are there other versions to copy from
bool hasOtherVersionData() const;