forked from qt-creator/qt-creator
JsonWizard: Add some missing overrides
Change-Id: Id0ac6cd5736b2ca1eaacb00c446eacc3dd7b4b34 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
@@ -98,8 +98,8 @@ signals:
|
||||
void allDone(const JsonWizard::GeneratorFiles &files); // emitted just after the wizard is done with the files. They are ready to be opened.
|
||||
|
||||
public slots:
|
||||
void accept();
|
||||
void reject();
|
||||
void accept() override;
|
||||
void reject() override;
|
||||
|
||||
private slots:
|
||||
void handleNewPages(int pageId);
|
||||
|
||||
Reference in New Issue
Block a user