]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Add missing include moc
authorLaurent Montel <montel@kde.org>
Sun, 29 Sep 2024 14:07:21 +0000 (16:07 +0200)
committerLaurent Montel <montel@kde.org>
Sun, 29 Sep 2024 14:07:21 +0000 (16:07 +0200)
src/admin/workerintegration.cpp
src/itemactions/movetonewfolderitemaction.cpp
src/selectionmode/backgroundcolorhelper.cpp

index d2bf74c5f10b4ad1bad5b01035f7b9489eceb2c4..0bf6b2890ed4a4523fbcd742824132247caf3797 100644 (file)
@@ -194,3 +194,5 @@ void WorkerIntegration::updateActAsAdminAction()
         }
     }
 }
+
+#include "moc_workerintegration.cpp"
index 6d3d6b85bac37bcd44b646e31828d48ae4db0f5c..2959003315ba61abdc13d8a281a2f48117732f3c 100644 (file)
@@ -52,3 +52,5 @@ QList<QAction *> MoveToNewFolderItemAction::actions(const KFileItemListPropertie
 }
 
 #include "movetonewfolderitemaction.moc"
+
+#include "moc_movetonewfolderitemaction.cpp"
index d1a25bace2038645f3570bebc58cb89ba8e74cf9..42ccb64bd32d496b5dd2f10d406b621bf38d799d 100644 (file)
@@ -99,3 +99,5 @@ void BackgroundColorHelper::updateBackgroundColor()
 }
 
 BackgroundColorHelper *BackgroundColorHelper::s_instance = nullptr;
+
+#include "moc_backgroundcolorhelper.cpp"