summaryrefslogtreecommitdiff
path: root/src/sync/syncassistant.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sync/syncassistant.cpp')
-rw-r--r--src/sync/syncassistant.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sync/syncassistant.cpp b/src/sync/syncassistant.cpp
index 35fcbddb..dcad5397 100644
--- a/src/sync/syncassistant.cpp
+++ b/src/sync/syncassistant.cpp
@@ -36,6 +36,7 @@
#include "syncftpsettingswidget.h"
#include "syncgooglesettingswidget.h"
#include "syncoperasettingswidget.h"
+#include "syncsshsettingswidget.h"
SyncAssistant::SyncAssistant(QWidget *parent)
@@ -47,6 +48,7 @@ SyncAssistant::SyncAssistant(QWidget *parent)
setPage(Page_FTP_Settings, new SyncFTPSettingsWidget(this));
setPage(Page_Google_Settings, new SyncGoogleSettingsWidget(this));
setPage(Page_Opera_Settings, new SyncOperaSettingsWidget(this));
+ setPage(Page_SSH_Settings, new SyncSSHSettingsWidget(this));
setPage(Page_Data, new SyncDataWidget(this));
setPage(Page_Check, new SyncCheckWidget(this));
}