mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 21:17:43 +03:00
Add missing 'override' for overridden functions
This commit is contained in:
parent
0f604aa8c7
commit
e06eae423e
14 changed files with 15 additions and 15 deletions
|
@ -37,7 +37,7 @@
|
|||
class KeePass1Key : public CompositeKey
|
||||
{
|
||||
public:
|
||||
virtual QByteArray rawKey() const;
|
||||
QByteArray rawKey() const override;
|
||||
virtual void clear();
|
||||
void setPassword(const QByteArray& password);
|
||||
void setKeyfileData(const QByteArray& keyfileData);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue