Fix stub compilation

This commit is contained in:
Janek Bevendorff 2017-02-25 17:04:00 +01:00
parent e25e7ff4a2
commit 44206cf088
No known key found for this signature in database
GPG Key ID: CFEC2F6850BFFA53

View File

@ -51,14 +51,14 @@ void YubiKey::detect()
{
}
bool YubiKey::getSerial(unsigned int& serial) const
bool YubiKey::getSerial(unsigned int& serial)
{
Q_UNUSED(serial);
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(mayBlock);