mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-27 16:55:19 -04:00
Mark more methods as override.
This commit is contained in:
parent
ee81c7c00e
commit
9d42db9849
5 changed files with 32 additions and 32 deletions
|
@ -31,8 +31,8 @@ public:
|
|||
HashedBlockStream(QIODevice* baseDevice, qint32 blockSize);
|
||||
~HashedBlockStream();
|
||||
|
||||
bool reset();
|
||||
void close();
|
||||
bool reset() Q_DECL_OVERRIDE;
|
||||
void close() Q_DECL_OVERRIDE;
|
||||
|
||||
protected:
|
||||
qint64 readData(char* data, qint64 maxSize) Q_DECL_OVERRIDE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue