From 346c16b4e2ea26f47e0e370a490b7794492a9ebb Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 23 Mar 2025 19:48:53 +0530 Subject: Apply clang-tidy suggestions --- spec/InputMediatorSpec.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'spec/InputMediatorSpec.cpp') diff --git a/spec/InputMediatorSpec.cpp b/spec/InputMediatorSpec.cpp index b48b008..9052cc6 100644 --- a/spec/InputMediatorSpec.cpp +++ b/spec/InputMediatorSpec.cpp @@ -1,8 +1,6 @@ -#include "InputMediator.hpp" -#include "LuaRuntime.hpp" #include "testUtils.h" -#include "widgets/WebViewStack.hpp" +// NOLINTBEGIN class InputMediatorSpec : public QObject { Q_OBJECT @@ -11,3 +9,4 @@ private slots: QTEST_REGISTER(InputMediatorSpec) #include "InputMediatorSpec.moc" +// NOLINTEND -- cgit v1.3.1