From 02c4d976c60de85d716fedd9ca1b29ddb3deb718 Mon Sep 17 00:00:00 2001 From: Jarek Kobus Date: Mon, 15 Jul 2024 16:22:16 +0200 Subject: [PATCH] AutotoolsPM: Deobjectify MakefileParser Change-Id: Idc7bfd785df1228120173e4ccf83fd2273c60ba5 Reviewed-by: hjk --- src/plugins/autotoolsprojectmanager/makefileparser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/autotoolsprojectmanager/makefileparser.cpp b/src/plugins/autotoolsprojectmanager/makefileparser.cpp index c043dcce023..3074d1592f7 100644 --- a/src/plugins/autotoolsprojectmanager/makefileparser.cpp +++ b/src/plugins/autotoolsprojectmanager/makefileparser.cpp @@ -26,7 +26,7 @@ namespace AutotoolsProjectManager::Internal { * is part of a SOURCES target, a fallback will be done and all * sub directories get parsed for C- and C++ files. */ -class MakefileParser : public QObject +class MakefileParser final { public: /**