From 1365722dd7409e2e332b45dab8f9c3195762d2cf Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Sun, 29 Sep 2024 16:07:21 +0200 Subject: [PATCH] Add missing include moc --- src/admin/workerintegration.cpp | 2 ++ src/itemactions/movetonewfolderitemaction.cpp | 2 ++ src/selectionmode/backgroundcolorhelper.cpp | 2 ++ 3 files changed, 6 insertions(+) diff --git a/src/admin/workerintegration.cpp b/src/admin/workerintegration.cpp index d2bf74c5f..0bf6b2890 100644 --- a/src/admin/workerintegration.cpp +++ b/src/admin/workerintegration.cpp @@ -194,3 +194,5 @@ void WorkerIntegration::updateActAsAdminAction() } } } + +#include "moc_workerintegration.cpp" diff --git a/src/itemactions/movetonewfolderitemaction.cpp b/src/itemactions/movetonewfolderitemaction.cpp index 6d3d6b85b..295900331 100644 --- a/src/itemactions/movetonewfolderitemaction.cpp +++ b/src/itemactions/movetonewfolderitemaction.cpp @@ -52,3 +52,5 @@ QList MoveToNewFolderItemAction::actions(const KFileItemListPropertie } #include "movetonewfolderitemaction.moc" + +#include "moc_movetonewfolderitemaction.cpp" diff --git a/src/selectionmode/backgroundcolorhelper.cpp b/src/selectionmode/backgroundcolorhelper.cpp index d1a25bace..42ccb64bd 100644 --- a/src/selectionmode/backgroundcolorhelper.cpp +++ b/src/selectionmode/backgroundcolorhelper.cpp @@ -99,3 +99,5 @@ void BackgroundColorHelper::updateBackgroundColor() } BackgroundColorHelper *BackgroundColorHelper::s_instance = nullptr; + +#include "moc_backgroundcolorhelper.cpp" -- 2.47.3