ClangCodeModel: Drop unnecessary use of Q_OBJECT in two tests

Change-Id: I9eae55fa31ff496a54238c962768635dee5c850a
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
hjk
2021-07-29 09:59:13 +02:00
parent 16e8cc7748
commit 3b33a13661
2 changed files with 0 additions and 8 deletions

View File

@@ -280,8 +280,6 @@ OpenDocumentCommand::OpenDocumentCommand(const CommandContext &context,
class WaitForUpdatedCodeWarnings : public QObject
{
Q_OBJECT
public:
WaitForUpdatedCodeWarnings(ClangEditorDocumentProcessor *processor);
@@ -794,5 +792,3 @@ bool runClangBatchFile(const QString &filePath)
} // namespace Internal
} // namespace ClangCodeModel
#include "clangbatchfileprocessor.moc"