Reduce Cache.h includes further via one forward declaration
This commit is contained in:
parent
37fbcaf07b
commit
79f967da8c
9 changed files with 13 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue