Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaas Freitag <freitag@owncloud.com>2012-04-30 10:56:56 +0400
committerKlaas Freitag <freitag@owncloud.com>2012-04-30 10:56:56 +0400
commit9c4613e5d285813ec2147daa3773068c1fb12185 (patch)
tree67b3222271e03b446568d32323006b77bbf70163 /src/mirall/folderman.h
parentf96fa3dbeb4064160cdcd829ae1bf221486d0048 (diff)
Allow to interrupt running sync task, incl. some cleanups.
Diffstat (limited to 'src/mirall/folderman.h')
-rw-r--r--src/mirall/folderman.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mirall/folderman.h b/src/mirall/folderman.h
index cf229c8e2..48ec5de56 100644
--- a/src/mirall/folderman.h
+++ b/src/mirall/folderman.h
@@ -84,6 +84,8 @@ public slots:
void slotReparseConfiguration();
+ void terminateSyncProcess( const QString& );
+
private slots:
// slot to add a folder to the syncing queue
void slotScheduleSync( const QString & );