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:
Diffstat (limited to 'src/mirall/csyncthread.h')
-rw-r--r--src/mirall/csyncthread.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/mirall/csyncthread.h b/src/mirall/csyncthread.h
index 40a376035..14d8e0dd3 100644
--- a/src/mirall/csyncthread.h
+++ b/src/mirall/csyncthread.h
@@ -44,8 +44,6 @@ public:
Q_INVOKABLE void startSync();
- void setLastAuthCookies(QList<QNetworkCookie> c);
-
signals:
void fileReceived( const QString& );
void fileRemoved( const QString& );
@@ -87,9 +85,7 @@ private:
bool _hasFiles; // true if there is at least one file that is not ignored or removed
- QList<QNetworkCookie> _lastAuthCookies;
-
- friend class CSyncRunScopeHelper;
+ friend struct CSyncRunScopeHelper;
};
}