mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-01 11:03:54 -07:00
add missing override and explicit specifiers in src/deck and src/utility (#5525)
* add missing override and explicit specifiers in src/deck * add missing override and explicit specifiers in src/utility
This commit is contained in:
parent
9f729bf636
commit
a41e7c75c1
4 changed files with 6 additions and 6 deletions
|
|
@ -35,7 +35,7 @@ protected:
|
|||
void keyPressEvent(QKeyEvent *event) override;
|
||||
|
||||
public:
|
||||
SearchLineEdit() : LineEditUnfocusable(), treeView(nullptr)
|
||||
SearchLineEdit() : treeView(nullptr)
|
||||
{
|
||||
}
|
||||
void setTreeView(QTreeView *_treeView)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue