AutoTest: Hide plugin class definition in the .cpp

It's not meant to be accessed from the outside.

Change-Id: I0652ec8309e678a9b28e05acab6d0f77a0b13639
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2024-01-12 08:51:08 +01:00
parent bffd9a39b5
commit 3e3cf3f8a4
7 changed files with 126 additions and 136 deletions

View File

@@ -46,7 +46,7 @@ private:
};
ProjectTestSettingsWidget::ProjectTestSettingsWidget(Project *project)
: m_projectSettings(AutotestPlugin::projectSettings(project))
: m_projectSettings(projectSettings(project))
{
setGlobalSettingsId(Constants::AUTOTEST_SETTINGS_ID);