mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 02:35:33 +08:00
refs #887, copy nested directories in wizard
* added utility function * removed preselectMissingOrOutdated, flag for initCurrentDirectories * support for copying nested directories
This commit is contained in:
committed by
Mathew Sutcliffe
parent
96a2b757e7
commit
80b127bce8
@@ -46,13 +46,10 @@ namespace BlackGui
|
||||
int copySelectedFiles();
|
||||
|
||||
//! Preselect newer files
|
||||
void preselectMissingOurOutdated();
|
||||
void preselectMissingOrOutdated();
|
||||
|
||||
//! Init file content
|
||||
void initCurrentDirectories();
|
||||
|
||||
//! Init and preselect directories
|
||||
void initAndPreselectDirectories();
|
||||
void initCurrentDirectories(bool preselectMissingOrOutdated = false);
|
||||
|
||||
//! Are there other versions to copy from
|
||||
bool hasOtherVersionData() const;
|
||||
@@ -70,9 +67,6 @@ namespace BlackGui
|
||||
//! Get the selected files
|
||||
QStringList getSelectedFiles() const;
|
||||
|
||||
//! Set calculated combobox width
|
||||
void setComboBoxWidth();
|
||||
|
||||
QStringList m_otherVersionDirs;
|
||||
QScopedPointer<Ui::CCopyConfigurationComponent> ui;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user