mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-18 00:12:15 -07:00
add override
This commit is contained in:
parent
d17523ff17
commit
c91e0386b2
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ public:
|
|||
bool getDestroy() const;
|
||||
|
||||
protected:
|
||||
void closeEvent(QCloseEvent *event);
|
||||
void closeEvent(QCloseEvent *event) override;
|
||||
private slots:
|
||||
void tokenSelectionChanged(const QModelIndex ¤t, const QModelIndex &previous);
|
||||
void updateSearch(const QString &search);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue