1
0
Fork 0
forked from blue/squawk

fix: omitting from attribute not to wreck the stream

fix: build without kwallet
This commit is contained in:
Blue 2024-11-18 22:43:46 +02:00
parent 9a44ae1fa5
commit 3cce057545
Signed by untrusted user: blue
GPG key ID: 9B203B252A63EE38
3 changed files with 5 additions and 4 deletions

View file

@ -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);