mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-08 22:42:34 -04:00
Use C++11 keyword directly in new methods.
This commit is contained in:
parent
71d4cb781d
commit
bfae81ec70
4 changed files with 6 additions and 6 deletions
|
@ -102,7 +102,7 @@ Q_SIGNALS:
|
|||
void entryColumnSizesChanged();
|
||||
|
||||
protected:
|
||||
bool eventFilter(QObject* object, QEvent* event) Q_DECL_OVERRIDE;
|
||||
bool eventFilter(QObject* object, QEvent* event) override;
|
||||
|
||||
public Q_SLOTS:
|
||||
void createEntry();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue