forked from qt-creator/qt-creator
AutoTest: Drop ITestSettingsPage intermediate class
Less code in total, and more uniform with other IOptionPage subclasses. Change-Id: I3d1cb9fae0faf32a360394cc5cf3262a9b59b456 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -62,9 +62,9 @@ IFrameworkSettings *BoostTestFramework::createFrameworkSettings() const
|
||||
return new BoostTestSettings;
|
||||
}
|
||||
|
||||
ITestSettingsPage *BoostTestFramework::createSettingsPage(QSharedPointer<IFrameworkSettings> settings) const
|
||||
Core::IOptionsPage *BoostTestFramework::createSettingsPage(QSharedPointer<IFrameworkSettings> settings) const
|
||||
{
|
||||
return new BoostTestSettingsPage(settings, this);
|
||||
return new BoostTestSettingsPage(settings, settingsId());
|
||||
}
|
||||
|
||||
bool BoostTestFramework::hasFrameworkSettings() const
|
||||
|
||||
Reference in New Issue
Block a user