Move QKeychain::NoBackendAvailable error handling to KeychainChunk class
authorMichael Schuster <michael@schuster.ms>
Wed, 24 Jun 2020 22:30:41 +0000 (00:30 +0200)
committerMichael Schuster <michael@schuster.ms>
Mon, 6 Jul 2020 19:51:36 +0000 (21:51 +0200)
commit203a2ce0031046f454d4120f53ad437d33763eaa
treeb900b38850a698eec6abcfba59ead7810c992d00
parentd3d713ff9c2d884128c5a1e57341d4bf3ab05763
Move QKeychain::NoBackendAvailable error handling to KeychainChunk class

Originally this was in the WebFlowCredentials class. Since we've abstracted everything
from there already, let's also move this in case some other code may use
KeychainChunk::ReadJob prior to WebFlowCredentials.

Signed-off-by: Michael Schuster <michael@schuster.ms>
src/gui/creds/keychainchunk.cpp
src/gui/creds/keychainchunk.h
src/gui/creds/webflowcredentials.cpp
src/gui/creds/webflowcredentials.h