From 7bbdf9e20ae8196d910d039e57b3feb398926b47 Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Fri, 27 Nov 2020 01:00:01 +0100 Subject: [PATCH] Don't include the moc, makes clang-tidy happier --- part/pageviewannotator.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/part/pageviewannotator.cpp b/part/pageviewannotator.cpp index cd7df3d9a..7a54ad720 100644 --- a/part/pageviewannotator.cpp +++ b/part/pageviewannotator.cpp @@ -1593,6 +1593,4 @@ void PageViewAnnotator::slotAdvancedSettings() selectTool(m_lastToolId, ShowTip::No); } -#include "moc_pageviewannotator.cpp" - /* kate: replace-tabs on; indent-width 4; */