diff options
author | Siteshwar Vashisht <siteshwar@gmail.com> | 2012-05-05 02:45:18 +0530 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-05-28 00:10:30 +0200 |
commit | c7f81741f7be55f2dcc7eaf42ff88707441c9478 (patch) | |
tree | aeef6b679e90618d7ad2c555ddb76dd8999640b7 /src/sync/synccheckwidget.cpp | |
parent | rekonq 0.9.60 (diff) | |
download | rekonq-c7f81741f7be55f2dcc7eaf42ff88707441c9478.tar.xz |
First working implementation for syncing with Opera Link, code needs lots of refactoring.
Diffstat (limited to 'src/sync/synccheckwidget.cpp')
-rw-r--r-- | src/sync/synccheckwidget.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/sync/synccheckwidget.cpp b/src/sync/synccheckwidget.cpp index 5fdf5cd7..7d44c580 100644 --- a/src/sync/synccheckwidget.cpp +++ b/src/sync/synccheckwidget.cpp @@ -65,6 +65,11 @@ void SyncCheckWidget::initializePage() syncLabel->setText(i18n("Google")); hostLabel->setText(ReKonfig::syncHost()); } + else if (ReKonfig::syncType() == 2) + { + syncLabel->setText(i18n("Opera")); + hostLabel->setText(ReKonfig::syncHost()); + } else { syncLabel->setText(i18n("No sync")); |