Core: Provide empty implementation for IOptionPageWidget::finish()

Having it pure virtual only lead to a lot of unnecessary
re-implementation.

Change-Id: I37f71d1a160e21b93c7c73a6304b0eb6d5f0441d
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
hjk
2020-01-15 13:22:48 +01:00
parent 3974f1f629
commit c75923756a
28 changed files with 1 additions and 31 deletions

View File

@@ -157,7 +157,6 @@ public:
private:
void apply() final;
void finish() final {}
void showHelpForFileBrowser();
void resetFileBrowser();