From effe73024f6c81aec83ddea4758f35a2533ac2f5 Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Tue, 17 Oct 2023 10:40:51 +0200 Subject: [PATCH] AutoTest: Avoid duplicated logging category Change-Id: I6b8b56176f4f5e919badd87e7603f1b05a0f0245 Reviewed-by: David Schulz --- src/plugins/autotest/testprojectsettings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/autotest/testprojectsettings.cpp b/src/plugins/autotest/testprojectsettings.cpp index b9c2312029e..0b75dd9804c 100644 --- a/src/plugins/autotest/testprojectsettings.cpp +++ b/src/plugins/autotest/testprojectsettings.cpp @@ -23,7 +23,7 @@ static const char SK_ACTIVE_FRAMEWORKS[] = "AutoTest.ActiveFrameworks"; static const char SK_RUN_AFTER_BUILD[] = "AutoTest.RunAfterBuild"; static const char SK_CHECK_STATES[] = "AutoTest.CheckStates"; -static Q_LOGGING_CATEGORY(LOG, "qtc.autotest.frameworkmanager", QtWarningMsg) +static Q_LOGGING_CATEGORY(LOG, "qtc.autotest.projectsettings", QtWarningMsg) TestProjectSettings::TestProjectSettings(ProjectExplorer::Project *project) : m_project(project)