diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2013-07-09 17:26:36 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2013-07-09 17:26:36 +0200 |
commit | f3a0c16bd631a2274f25de70ec07159bd932883c (patch) | |
tree | e56a8eeb3a6aa99e6895b9852f47db050f3a4210 /src/sync/synccheckwidget.cpp | |
parent | Add a simple ssh sync handler (diff) | |
download | rekonq-f3a0c16bd631a2274f25de70ec07159bd932883c.tar.xz |
spaces, indentation, licenses clean up in ssh sync new code
Diffstat (limited to 'src/sync/synccheckwidget.cpp')
-rw-r--r-- | src/sync/synccheckwidget.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sync/synccheckwidget.cpp b/src/sync/synccheckwidget.cpp index d7748caa..43ea6f05 100644 --- a/src/sync/synccheckwidget.cpp +++ b/src/sync/synccheckwidget.cpp @@ -152,8 +152,6 @@ void SyncCheckWidget::initializePage() } - - void SyncCheckWidget::updateWidget(Rekonq::SyncData type, bool done, QString msg) { KIcon doneIcon(QL1S("dialog-ok-apply")); |