summaryrefslogtreecommitdiffstats
path: root/kitchensync/libqopensync/engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'kitchensync/libqopensync/engine.h')
-rw-r--r--kitchensync/libqopensync/engine.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/kitchensync/libqopensync/engine.h b/kitchensync/libqopensync/engine.h
index c7314db47..e62a5f689 100644
--- a/kitchensync/libqopensync/engine.h
+++ b/kitchensync/libqopensync/engine.h
@@ -22,14 +22,12 @@
#ifndef QSYNC_ENGINE_H
#define QSYNC_ENGINE_H
+#include <libqopensync/group.h>
+
class OSyncEngine;
namespace QSync {
-class Group;
-class Member;
-class Result;
-
class Engine
{
friend class CallbackHandler;
@@ -61,11 +59,6 @@ class Engine
Result synchronize();
/**
- Starts the discover process for a certain member.
- */
- Result discover( const Member &member );
-
- /**
Stops the synchronization process.
*/
void abort();