mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-12 01:29:38 -04:00
Fix stub compilation
This commit is contained in:
parent
e25e7ff4a2
commit
44206cf088
1 changed files with 2 additions and 2 deletions
|
@ -51,14 +51,14 @@ void YubiKey::detect()
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
bool YubiKey::getSerial(unsigned int& serial) const
|
bool YubiKey::getSerial(unsigned int& serial)
|
||||||
{
|
{
|
||||||
Q_UNUSED(serial);
|
Q_UNUSED(serial);
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
YubiKey::ChallengeResult YubiKey::challenge(int slot, bool mayBlock, const QByteArray& chal, QByteArray& resp) const
|
YubiKey::ChallengeResult YubiKey::challenge(int slot, bool mayBlock, const QByteArray& chal, QByteArray& resp)
|
||||||
{
|
{
|
||||||
Q_UNUSED(slot);
|
Q_UNUSED(slot);
|
||||||
Q_UNUSED(mayBlock);
|
Q_UNUSED(mayBlock);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue