forked from blue/squawk
New object for cached database, also ClientInfo class
This commit is contained in:
parent
d162494ec8
commit
2ae75a4b91
10 changed files with 287 additions and 19 deletions
|
@ -31,8 +31,10 @@
|
|||
#include "shared/enums.h"
|
||||
#include "shared/message.h"
|
||||
#include "shared/global.h"
|
||||
#include "shared/clientinfo.h"
|
||||
#include "networkaccess.h"
|
||||
#include "external/simpleCrypt/simplecrypt.h"
|
||||
#include <core/storage/cache.h>
|
||||
|
||||
#ifdef WITH_KWALLET
|
||||
#include "passwordStorageEngines/kwallet.h"
|
||||
|
@ -135,6 +137,7 @@ private:
|
|||
Shared::Availability state;
|
||||
NetworkAccess network;
|
||||
bool isInitialized;
|
||||
//Cache<Shared::ClientInfo> clientCache;
|
||||
|
||||
#ifdef WITH_KWALLET
|
||||
PSE::KWallet kwallet;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue