mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-06-06 22:19:00 -04:00
Make benchmark() method non-virtual
This commit is contained in:
parent
15648991fc
commit
4592de8fb6
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ public:
|
||||||
virtual void randomizeTransformSalt() = 0;
|
virtual void randomizeTransformSalt() = 0;
|
||||||
virtual QSharedPointer<Kdf> clone() const = 0;
|
virtual QSharedPointer<Kdf> clone() const = 0;
|
||||||
|
|
||||||
virtual int benchmark(int msec) const;
|
int benchmark(int msec) const;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
virtual int benchmarkImpl(int msec) const = 0;
|
virtual int benchmarkImpl(int msec) const = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue