summaryrefslogtreecommitdiffstats
path: root/kitchensync/src/syncprocess.h
diff options
context:
space:
mode:
Diffstat (limited to 'kitchensync/src/syncprocess.h')
-rw-r--r--kitchensync/src/syncprocess.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/kitchensync/src/syncprocess.h b/kitchensync/src/syncprocess.h
index ef23f7c52..6cdefc408 100644
--- a/kitchensync/src/syncprocess.h
+++ b/kitchensync/src/syncprocess.h
@@ -44,12 +44,10 @@ class SyncProcess : public QObject
TQString memberStatus( const QSync::Member &member ) const;
QSync::Result addMember( const QSync::Plugin &plugin );
+ void removeMember( const QSync::Member &member );
void reinitEngine();
- /** apply object type filter hack **/
- void applyObjectTypeFilter();
-
signals:
/**
This signal is emitted whenever the engine has changed ( reinitialized ).