summaryrefslogtreecommitdiff
path: root/ui/SyncDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/SyncDialog.h')
-rw-r--r--ui/SyncDialog.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/ui/SyncDialog.h b/ui/SyncDialog.h
index 3eee6400..bf2da634 100644
--- a/ui/SyncDialog.h
+++ b/ui/SyncDialog.h
@@ -76,10 +76,11 @@ private:
void OnClose( wxCloseEvent& event);
void OnCancel( wxCommandEvent& event);
- void OnCreateJob( wxCommandEvent& event);
+ void OnCreateBatchJob( wxCommandEvent& event);
void updateFilterButton();
- wxString parseConfiguration();
+ wxString getCommandlineArguments();
+ bool createBatchFile(const wxString& filename);
SyncConfiguration localSyncConfiguration;
bool filterIsActive;
bgstack15