NOISSUE tabs -> spaces
This commit is contained in:
@ -26,20 +26,20 @@ class BaseWizardPage;
|
||||
|
||||
class SetupWizard : public QWizard
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_OBJECT
|
||||
|
||||
public: /* con/destructors */
|
||||
explicit SetupWizard(QWidget *parent = 0);
|
||||
virtual ~SetupWizard();
|
||||
explicit SetupWizard(QWidget *parent = 0);
|
||||
virtual ~SetupWizard();
|
||||
|
||||
void changeEvent(QEvent * event) override;
|
||||
BaseWizardPage *getBasePage(int id);
|
||||
BaseWizardPage *getCurrentBasePage();
|
||||
void changeEvent(QEvent * event) override;
|
||||
BaseWizardPage *getBasePage(int id);
|
||||
BaseWizardPage *getCurrentBasePage();
|
||||
|
||||
private slots:
|
||||
void pageChanged(int id);
|
||||
void pageChanged(int id);
|
||||
|
||||
private: /* methods */
|
||||
void retranslate();
|
||||
void retranslate();
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user