summaryrefslogtreecommitdiffstats
path: root/krsync
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-26 21:28:48 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-07-03 02:57:07 +0200
commit2afebdbe7fd3aee27f3972c78d8f5ff56c0136cf (patch)
tree1051e486f80572eba45d714b840d62d1f5a94ecd /krsync
parent3acd2816bb3a1c274e9690e669c28c2761232cc5 (diff)
downloadtdelibs-2afebdbe7fd3aee27f3972c78d8f5ff56c0136cf.tar.gz
tdelibs-2afebdbe7fd3aee27f3972c78d8f5ff56c0136cf.zip
Fix a number of tdelibs build warnings
(cherry picked from commit 77f4891c222583c8deffc34732ccf325bac9e11b)
Diffstat (limited to 'krsync')
-rw-r--r--krsync/rsyncconfigdialog.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/krsync/rsyncconfigdialog.cpp b/krsync/rsyncconfigdialog.cpp
index 2dcb1f128..56ac6c14e 100644
--- a/krsync/rsyncconfigdialog.cpp
+++ b/krsync/rsyncconfigdialog.cpp
@@ -177,6 +177,8 @@ int RsyncConfigDialog::getSyncMode()
return 2;
else if (rsync_rb3->isChecked() == true)
return 3;
+ else
+ return 0;
}
int RsyncConfigDialog::getAutoSyncFlags()