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

rm question from code

parent c3ca70cb
No related branches found
No related tags found
1 merge request!231simplify Instrument, Beam, Detector API
Pipeline #42243 passed
......@@ -31,7 +31,7 @@ public:
QVector<SessionItem*> nonXMLItems() const override;
virtual void readFrom(QXmlStreamReader* reader, MessageService* messageService = 0) override;
QVector<InstrumentItem*> instrumentItems() const; // still needed?
QVector<InstrumentItem*> instrumentItems() const;
QVector<Instrument2DItem*> instrument2DItems() const;
InstrumentItem* findInstrumentById(const QString& instrumentId) const;
......
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