Fix Werorr build due to missing override
This commit is contained in:
@@ -173,7 +173,7 @@ public:
|
||||
Base::show();
|
||||
}
|
||||
|
||||
void createPlatformWindow()
|
||||
void createPlatformWindow() override
|
||||
{
|
||||
QWidget::create();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user