aboutsummaryrefslogtreecommitdiff
path: root/lib/connection.h
diff options
context:
space:
mode:
authorTobias Fella <fella@posteo.de>2022-02-07 21:48:07 +0100
committerTobias Fella <fella@posteo.de>2022-02-07 21:48:07 +0100
commit7b5edb737522b03d4f697e0e09f1771ad5edef89 (patch)
treed102afda7ea49f7e51d4694e825d914a2ca8edef /lib/connection.h
parent4837fd6de188b849a5d11de6791ba844398ce415 (diff)
downloadlibquotient-7b5edb737522b03d4f697e0e09f1771ad5edef89.tar.gz
libquotient-7b5edb737522b03d4f697e0e09f1771ad5edef89.zip
Remove encryptionmanager and various fixes
Diffstat (limited to 'lib/connection.h')
-rw-r--r--lib/connection.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/connection.h b/lib/connection.h
index 93ee496e..8dec2a0c 100644
--- a/lib/connection.h
+++ b/lib/connection.h
@@ -401,8 +401,6 @@ public:
bool lazyLoading() const;
void setLazyLoading(bool newValue);
- QString e2eeDataDir() const;
-
/*! Start a pre-created job object on this connection */
Q_INVOKABLE BaseJob* run(BaseJob* job,
RunningPolicy runningPolicy = ForegroundRequest);