mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-19 00:42:14 -07:00
Override virtual functions.
This commit is contained in:
parent
b2674c9767
commit
4e9726e494
1 changed files with 2 additions and 2 deletions
|
|
@ -26,8 +26,8 @@ class TabDeckStorageVisual final : public Tab
|
|||
public:
|
||||
TabDeckStorageVisual(TabSupervisor *_tabSupervisor, AbstractClient *_client);
|
||||
|
||||
void retranslateUi();
|
||||
QString getTabText() const
|
||||
void retranslateUi() override;
|
||||
QString getTabText() const override
|
||||
{
|
||||
return tr("Deck storage");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue