forked from blue/squawk
fix: omitting from attribute not to wreck the stream
fix: build without kwallet
This commit is contained in:
parent
9a44ae1fa5
commit
3cce057545
3 changed files with 5 additions and 4 deletions
|
@ -137,11 +137,12 @@ private:
|
|||
Shared::Availability state;
|
||||
NetworkAccess network;
|
||||
bool isInitialized;
|
||||
ClientCache clientCache;
|
||||
|
||||
#ifdef WITH_KWALLET
|
||||
PSE::KWallet kwallet;
|
||||
#endif
|
||||
|
||||
ClientCache clientCache;
|
||||
|
||||
private slots:
|
||||
void addAccount(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue