From c7f81741f7be55f2dcc7eaf42ff88707441c9478 Mon Sep 17 00:00:00 2001 From: Siteshwar Vashisht Date: Sat, 5 May 2012 02:45:18 +0530 Subject: First working implementation for syncing with Opera Link, code needs lots of refactoring. --- src/sync/syncassistant.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/sync/syncassistant.cpp') diff --git a/src/sync/syncassistant.cpp b/src/sync/syncassistant.cpp index 651cad75..078ff375 100644 --- a/src/sync/syncassistant.cpp +++ b/src/sync/syncassistant.cpp @@ -35,6 +35,7 @@ #include "syncftpsettingswidget.h" #include "syncgooglesettingswidget.h" +#include "syncoperasettingswidget.h" SyncAssistant::SyncAssistant(QWidget *parent) @@ -46,5 +47,6 @@ SyncAssistant::SyncAssistant(QWidget *parent) setPage(Page_Type, new SyncHostTypeWidget(this)); setPage(Page_FTP_Settings, new SyncFTPSettingsWidget(this)); setPage(Page_Google_Settings, new SyncGoogleSettingsWidget(this)); + setPage(Page_Opera_Settings, new SyncOperaSettingsWidget(this)); setPage(Page_Check, new SyncCheckWidget(this)); } -- cgit v1.2.1