Delete the Platform when a test is complete
So that we support testing multiple platforms in the same test run
This commit is contained in:
@@ -33,8 +33,8 @@ public:
|
||||
QSize screenSizeFor(View *) const override;
|
||||
|
||||
#ifdef DOCKS_DEVELOPER_MODE
|
||||
void tests_initTests() const override;
|
||||
void tests_cleanupTests() const override;
|
||||
void tests_initTests() override;
|
||||
void tests_cleanupTests() override;
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user