mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-12 16:25:59 -04:00
Catch and handle all errors from libgcrypt.
This commit is contained in:
parent
a7f4e2d0cd
commit
a762cef0a9
29 changed files with 622 additions and 194 deletions
|
@ -34,11 +34,6 @@ bool LayeredStream::isSequential() const
|
|||
return true;
|
||||
}
|
||||
|
||||
QString LayeredStream::errorString() const
|
||||
{
|
||||
return m_baseDevice->errorString();
|
||||
}
|
||||
|
||||
bool LayeredStream::open(QIODevice::OpenMode mode)
|
||||
{
|
||||
if (isOpen()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue