JsonWizard: Add some missing overrides

Change-Id: Id0ac6cd5736b2ca1eaacb00c446eacc3dd7b4b34
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
Tobias Hunger
2015-07-01 10:44:04 +02:00
parent ca815c3a34
commit adf4ab29f2

View File

@@ -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);