mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-15 23:12:14 -07:00
Add the option to background the oracle wizard, add an option to automatically launch oracle wizard in background every X days since last launch.
This commit is contained in:
parent
208f8349a6
commit
deb60b1bc2
11 changed files with 190 additions and 20 deletions
|
|
@ -13,9 +13,12 @@ class OracleWizardPage : public QWizardPage
|
|||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit OracleWizardPage(QWidget *parent = nullptr) : QWizardPage(parent){};
|
||||
explicit OracleWizardPage(QWidget *parent = nullptr) : QWizardPage(parent) {};
|
||||
virtual void retranslateUi() = 0;
|
||||
|
||||
signals:
|
||||
void readyToContinue();
|
||||
|
||||
protected:
|
||||
inline OracleWizard *wizard()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue