mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-06-28 16:37:32 -04:00
Use C++11 keywords directly.
This commit is contained in:
parent
dc7b6623a9
commit
6e45cf0dab
9 changed files with 28 additions and 28 deletions
|
@ -47,7 +47,7 @@ private Q_SLOTS:
|
|||
void modelReset();
|
||||
|
||||
protected:
|
||||
void dragMoveEvent(QDragMoveEvent* event) Q_DECL_OVERRIDE;
|
||||
void dragMoveEvent(QDragMoveEvent* event) override;
|
||||
|
||||
private:
|
||||
void recInitExpanded(Group* group);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue