|
|
@@ -226,6 +226,8 @@ public:
|
|
|
/// Called by network jobs on credential errors, emits invalidCredentials()
|
|
|
void handleInvalidCredentials();
|
|
|
|
|
|
+ ClientSideEncryption& e2e();
|
|
|
+
|
|
|
public slots:
|
|
|
/// Used when forgetting credentials
|
|
|
void clearQNAMCache();
|
|
|
@@ -283,6 +285,8 @@ private:
|
|
|
static QString _configFileName;
|
|
|
|
|
|
QString _davPath; // defaults to value from theme, might be overwritten in brandings
|
|
|
+ ClientSideEncryption _e2e;
|
|
|
+
|
|
|
friend class AccountManager;
|
|
|
};
|
|
|
}
|