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

ctd

parent b7054f01
No related branches found
No related tags found
1 merge request!1992make ColorMap a bit more compact
......@@ -158,11 +158,6 @@ void RealItem::setDatafield(const Datafield& data)
dataItem()->setDatafield(data);
}
QString RealItem::nativeFileName() const
{
return m_nativeFileName;
}
QString RealItem::instrumentId() const
{
return m_instrumentId;
......
......@@ -67,9 +67,6 @@ public:
void setDatafield(const Datafield& data);
//! The name from where the native data was originally imported
QString nativeFileName() const;
// instrument
QString instrumentId() const;
......@@ -111,7 +108,6 @@ private:
void updateToInstrument(const InstrumentItem* instrument);
private:
QString m_nativeFileName;
QString m_instrumentId;
QString m_name;
QString m_nativeDataUnits = "bin";
......
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