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

InstrumentItem names w/o blanks

parent e395c46d
No related branches found
No related tags found
1 merge request!2386continue unification of Q View/Model
Pipeline #130870 passed
......@@ -146,7 +146,7 @@ class DepthprobeInstrumentItem : public InstrumentItem, public ScanningFunctiona
public:
DepthprobeInstrumentItem();
QString instrumentType() const override { return "Depth probe"; }
QString instrumentType() const override { return "Depthprobe"; }
std::vector<int> axdims() const override;
void updateToRealData(const DatafileItem* dfileItem) override;
std::unique_ptr<Frame> createFrame() const override;
......@@ -165,7 +165,7 @@ class OffspecInstrumentItem : public InstrumentItem, public ScanningFunctionalit
public:
OffspecInstrumentItem();
QString instrumentType() const override { return "Off specular"; }
QString instrumentType() const override { return "Offspecular"; }
std::vector<int> axdims() const override;
void updateToRealData(const DatafileItem* dfileItem) override;
std::unique_ptr<Frame> createFrame() const override;
......@@ -184,7 +184,7 @@ class GISASInstrumentItem : public InstrumentItem {
public:
GISASInstrumentItem();
QString instrumentType() const override { return "GISAS"; }
QString instrumentType() const override { return "Scatter2D"; }
std::vector<int> axdims() const override;
void updateToRealData(const DatafileItem* dfileItem) override;
std::unique_ptr<Frame> createFrame() const override;
......
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