mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-14 19:18:55 -07:00
fix #811
This commit is contained in:
parent
20123b2c7a
commit
dafa7c6fe1
2 changed files with 8 additions and 2 deletions
|
|
@ -58,6 +58,7 @@ private:
|
|||
QList<TabDeckEditor *> deckEditorTabs;
|
||||
int myAddTab(Tab *tab);
|
||||
void addCloseButtonToTab(Tab *tab, int tabIndex);
|
||||
QString sanitizeTabName(QString dirty) const;
|
||||
public:
|
||||
TabSupervisor(AbstractClient *_client, QWidget *parent = 0);
|
||||
~TabSupervisor();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue