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
|
@ -33,10 +33,10 @@ Core::Squawk::Squawk(QObject* parent):
|
|||
state(Shared::Availability::offline),
|
||||
network(),
|
||||
isInitialized(false),
|
||||
clientCache(),
|
||||
#ifdef WITH_KWALLET
|
||||
kwallet()
|
||||
kwallet(),
|
||||
#endif
|
||||
clientCache()
|
||||
{
|
||||
connect(&network, &NetworkAccess::loadFileProgress, this, &Squawk::fileProgress);
|
||||
connect(&network, &NetworkAccess::loadFileError, this, &Squawk::fileError);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue