Add Q_OBJECT macros and fix Cannot invoke tr

This commit is contained in:
onryo
2023-02-24 14:47:22 +01:00
parent 5a389cf1cf
commit 613df81407
7 changed files with 30 additions and 10 deletions

View File

@@ -51,6 +51,8 @@ private:
class NewOrRestorePage: public QWizardPage {
Q_OBJECT
public:
NewOrRestorePage(FirstTimeWizard* parent);
@@ -65,6 +67,9 @@ private:
class NewSeedPage: public QWizardPage {
Q_OBJECT
public:
NewSeedPage(FirstTimeWizard* parent);
@@ -80,6 +85,9 @@ private:
class RestoreSeedPage: public QWizardPage {
Q_OBJECT
public:
RestoreSeedPage(FirstTimeWizard* parent);