mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-08 22:42:34 -04:00
Coding style fixes.
This commit is contained in:
parent
efc4cd5969
commit
a3b936fcd0
2 changed files with 4 additions and 3 deletions
|
@ -103,7 +103,7 @@ Q_SIGNALS:
|
|||
void entryColumnSizesChanged();
|
||||
|
||||
protected:
|
||||
bool eventFilter(QObject* object, QEvent* event);
|
||||
bool eventFilter(QObject* object, QEvent* event) Q_DECL_OVERRIDE;
|
||||
|
||||
public Q_SLOTS:
|
||||
void createEntry();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue