forked from qt-creator/qt-creator
Test: Avoid some Id::withSuffix calls
Saves cycles and is arguably clearer. Change-Id: Ib53207704806d4b6ea184633a15ab98fb2eeb89a Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -29,7 +29,7 @@ CatchFramework::CatchFramework()
|
||||
setActive(true);
|
||||
setSettingsGroups("Autotest", "Catch2");
|
||||
setPriority(12);
|
||||
setName("Catch");
|
||||
setId("AutoTest.Framework.Catch");
|
||||
setDisplayName(Tr::tr("Catch Test"));
|
||||
|
||||
setLayouter([this] {
|
||||
|
||||
Reference in New Issue
Block a user