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

uniform Offspec for Offspecular

parent 76f6f987
No related branches found
No related tags found
1 merge request!2387unify code for list views
......@@ -153,7 +153,7 @@ class OffspecInstrumentItem : public InstrumentItem, public ScanningFunctionalit
public:
OffspecInstrumentItem();
QString instrumentType() const override { return "Offspecular"; }
QString instrumentType() const override { return "Offspec"; }
std::vector<int> axdims() const override;
void updateToRealData(const DatafileItem* dfileItem) override;
std::unique_ptr<Frame> createFrame() const override;
......
......@@ -42,7 +42,7 @@ UiInfo InstrumentsCatalog::uiInfo(Type type)
case Type::Scatter2D:
return {"Scatter2D", "", ""};
case Type::Offspec:
return {"Offspecular", "", ""};
return {"Offspec", "", ""};
case Type::Specular:
return {"Specular", "", ""};
case Type::Depthprobe:
......
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