mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 10:15:38 +08:00
refs #887, improved copy wizard
* initAndPreselectDirectories when wizard page becomes visible * completed copy function
This commit is contained in:
committed by
Mathew Sutcliffe
parent
221e4c2b9c
commit
6e28dfbce3
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user