Skip to content
Snippets Groups Projects
Commit 1eb7d234 authored by t.knopff's avatar t.knopff
Browse files

Make RealDataItem::P_INSTRUMENT_ID private

parent 87eb117f
No related branches found
No related tags found
1 merge request!58Refactor model regarding MaterialItem
......@@ -39,10 +39,8 @@ class BA_CORE_API_ RealDataItem : public QObject, public SessionItem {
friend class TestView;
public:
static const QString P_INSTRUMENT_ID;
private:
static const QString P_INSTRUMENT_ID;
static const QString T_INTENSITY_DATA;
static const QString P_INSTRUMENT_NAME;
static const QString T_NATIVE_DATA;
......
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