From 5f98c493a758a0fa9103480eae54de2fdedc5e27 Mon Sep 17 00:00:00 2001 From: Matthias Puchner <github@mpuchner.de> Date: Sun, 6 Feb 2022 15:03:48 +0100 Subject: [PATCH] rm obsolete forwards --- GUI/Model/Project/ProjectDocument.h | 1 - GUI/View/FromDomain/GUIExamplesFactory.h | 2 -- GUI/View/FromDomain/GUIObjectBuilder.h | 1 - GUI/View/Project/PyImportAssistant.h | 1 - 4 files changed, 5 deletions(-) diff --git a/GUI/Model/Project/ProjectDocument.h b/GUI/Model/Project/ProjectDocument.h index 4491fa36b0f..20684b85f63 100644 --- a/GUI/Model/Project/ProjectDocument.h +++ b/GUI/Model/Project/ProjectDocument.h @@ -29,7 +29,6 @@ class MessageService; class OutputDataIOService; class InstrumentItems; class SampleModel; -class MaterialModel; class RealDataModel; class JobModel; class LinkInstrumentManager; diff --git a/GUI/View/FromDomain/GUIExamplesFactory.h b/GUI/View/FromDomain/GUIExamplesFactory.h index c48cb0dce88..ead7cffc55d 100644 --- a/GUI/View/FromDomain/GUIExamplesFactory.h +++ b/GUI/View/FromDomain/GUIExamplesFactory.h @@ -17,8 +17,6 @@ #include <QString> -class SampleModel; -class MaterialModel; class MultiLayerItem; //! Class that generates GUI model from diff --git a/GUI/View/FromDomain/GUIObjectBuilder.h b/GUI/View/FromDomain/GUIObjectBuilder.h index 2cd66324fee..c256a13ac27 100644 --- a/GUI/View/FromDomain/GUIObjectBuilder.h +++ b/GUI/View/FromDomain/GUIObjectBuilder.h @@ -20,7 +20,6 @@ class SimulationOptionsItem; class ISimulation; class InstrumentItems; -class MaterialModel; class MultiLayer; class SampleModel; class SessionItem; diff --git a/GUI/View/Project/PyImportAssistant.h b/GUI/View/Project/PyImportAssistant.h index 46378ff9199..4a0ee3e76ce 100644 --- a/GUI/View/Project/PyImportAssistant.h +++ b/GUI/View/Project/PyImportAssistant.h @@ -20,7 +20,6 @@ #include <memory> class SampleModel; -class MaterialModel; class MultiLayerItem; class MultiLayer; -- GitLab