mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 13:07:38 +03:00
Mark more methods as override.
This commit is contained in:
parent
ee81c7c00e
commit
9d42db9849
5 changed files with 32 additions and 32 deletions
|
@ -49,7 +49,7 @@ private Q_SLOTS:
|
|||
void modelReset();
|
||||
|
||||
protected:
|
||||
void dragMoveEvent(QDragMoveEvent* event);
|
||||
void dragMoveEvent(QDragMoveEvent* event) Q_DECL_OVERRIDE;
|
||||
|
||||
private:
|
||||
void recInitExpanded(Group* group);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue