AutotoolsPM: Deobjectify MakefileParser

Change-Id: Idc7bfd785df1228120173e4ccf83fd2273c60ba5
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Jarek Kobus
2024-07-15 16:22:16 +02:00
parent a70cb04bdf
commit 02c4d976c6

View File

@@ -26,7 +26,7 @@ namespace AutotoolsProjectManager::Internal {
* is part of a SOURCES target, a fallback will be done and all * is part of a SOURCES target, a fallback will be done and all
* sub directories get parsed for C- and C++ files. * sub directories get parsed for C- and C++ files.
*/ */
class MakefileParser : public QObject class MakefileParser final
{ {
public: public:
/** /**