AutoTest: Add a itestframework.cpp

To get a few things out-of-line in itestframework.h.

Change-Id: Iae6f702b789c98b17a4d255008736377030e3b6c
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2020-04-17 17:04:35 +02:00
parent 90fd6870c5
commit 6285696091
6 changed files with 87 additions and 36 deletions

View File

@@ -91,10 +91,4 @@ void TestFrameworkManager::synchronizeSettings(QSettings *s)
}
}
Id ITestFramework::settingsId() const
{
return Core::Id(Constants::SETTINGSPAGE_PREFIX)
.withSuffix(QString("%1.%2").arg(priority()).arg(QLatin1String(name())));
}
} // namespace Autotest