Skip to content
Snippets Groups Projects
Commit a966715a authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

rm 'using' from catalogs

parent 6b9b596c
No related branches found
No related tags found
1 merge request!2696PolyItem -> PolyPtr, with BaseItem as separate template parameter
...@@ -22,8 +22,6 @@ class MaskItem; ...@@ -22,8 +22,6 @@ class MaskItem;
class MaskCatalog { class MaskCatalog {
public: public:
using BaseItem = MaskItem;
// Do not change the numbering! It is serialized! // Do not change the numbering! It is serialized!
enum class Type : uint8_t { enum class Type : uint8_t {
RegionOfInterest = 0, RegionOfInterest = 0,
......
...@@ -23,8 +23,6 @@ class MaterialsSet; ...@@ -23,8 +23,6 @@ class MaterialsSet;
class ParticleCatalog { class ParticleCatalog {
public: public:
using BaseItem = ItemWithParticles;
// Do not change the numbering! It is serialized! // Do not change the numbering! It is serialized!
enum class Type : uint8_t { Particle = 1, Composition = 2, CoreShell = 3, Mesocrystal = 4 }; enum class Type : uint8_t { Particle = 1, Composition = 2, CoreShell = 3, Mesocrystal = 4 };
......
...@@ -22,8 +22,6 @@ class InstrumentItem; ...@@ -22,8 +22,6 @@ class InstrumentItem;
class InstrumentCatalog { class InstrumentCatalog {
public: public:
using BaseItem = InstrumentItem;
// Do not change the numbering! It is serialized! // Do not change the numbering! It is serialized!
enum class Type : uint8_t { Scatter2D = 0, Offspec = 1, Specular = 2, Depthprobe = 3 }; enum class Type : uint8_t { Scatter2D = 0, Offspec = 1, Specular = 2, Depthprobe = 3 };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment