summary refs log tree commit diff
path: root/src/Cache.cpp
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2019-12-15 03:34:17 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2019-12-15 03:34:37 +0100
commit79f967da8c8c077a6fdbbd46ae9ee59a19a891a3 (patch)
tree6859ce2f829e03aa4ce845a71f3e6f4fedf9f945 /src/Cache.cpp
parentReduce includes of MatrixClient.h, as it is the most expensive header (diff)
downloadnheko-79f967da8c8c077a6fdbbd46ae9ee59a19a891a3.tar.xz
Reduce Cache.h includes further via one forward declaration
Diffstat (limited to '')
-rw-r--r--src/Cache.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Cache.cpp b/src/Cache.cpp

index 79425fa1..0bfc2842 100644 --- a/src/Cache.cpp +++ b/src/Cache.cpp
@@ -104,7 +104,6 @@ numeric_key_comparison(const MDB_val *a, const MDB_val *b) return -1; } - Cache::Cache(const QString &userId, QObject *parent) : QObject{parent} , env_{nullptr} @@ -2901,4 +2900,3 @@ restoreSessions() return instance_->restoreSessions(); } } // namespace cache -