diff options
Diffstat (limited to 'FreeFileSync/Source/RealTimeSync/main_dlg.h')
-rwxr-xr-x | FreeFileSync/Source/RealTimeSync/main_dlg.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/FreeFileSync/Source/RealTimeSync/main_dlg.h b/FreeFileSync/Source/RealTimeSync/main_dlg.h index cecf26c8..bc2eaacb 100755 --- a/FreeFileSync/Source/RealTimeSync/main_dlg.h +++ b/FreeFileSync/Source/RealTimeSync/main_dlg.h @@ -54,12 +54,11 @@ private: XmlRealConfig getConfiguration(); void setLastUsedConfig(const Zstring& filepath); - void addFolder(const std::vector<Zstring>& newFolders, bool addFront = false); + void insertAddFolder(const std::vector<Zstring>& newFolders, size_t pos); void removeAddFolder(size_t pos); - void clearAddFolders(); - std::unique_ptr<FolderSelector2> dirpathFirst; - std::vector<DirectoryPanel*> dirpathsExtra; //additional pairs to the standard pair + std::unique_ptr<FolderSelector2> firstFolderPanel_; + std::vector<DirectoryPanel*> additionalFolderPanels_; //additional pairs to the standard pair const Zstring lastRunConfigPath_; |