mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-19 00:42:14 -07:00
remove closeRequest override
This commit is contained in:
parent
dd8ac14f99
commit
37e680f426
2 changed files with 0 additions and 6 deletions
|
|
@ -58,11 +58,6 @@ TabDeckStorageVisual::TabDeckStorageVisual(TabSupervisor *_tabSupervisor, Abstra
|
||||||
retranslateUi();
|
retranslateUi();
|
||||||
}
|
}
|
||||||
|
|
||||||
void TabDeckStorageVisual::closeRequest(bool /*forced*/)
|
|
||||||
{
|
|
||||||
this->close();
|
|
||||||
}
|
|
||||||
|
|
||||||
void TabDeckStorageVisual::retranslateUi()
|
void TabDeckStorageVisual::retranslateUi()
|
||||||
{
|
{
|
||||||
aOpenLocalDeck->setText(tr("Open in deck editor"));
|
aOpenLocalDeck->setText(tr("Open in deck editor"));
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,6 @@ public:
|
||||||
}
|
}
|
||||||
public slots:
|
public slots:
|
||||||
void cardUpdateFinished(int exitCode, QProcess::ExitStatus exitStatus);
|
void cardUpdateFinished(int exitCode, QProcess::ExitStatus exitStatus);
|
||||||
void closeRequest(bool forced) override;
|
|
||||||
void actOpenLocalDeck(QMouseEvent *event, DeckPreviewWidget *instance);
|
void actOpenLocalDeck(QMouseEvent *event, DeckPreviewWidget *instance);
|
||||||
void actDeleteLocalDeck();
|
void actDeleteLocalDeck();
|
||||||
signals:
|
signals:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue