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

Make SphericalDetectorItem::P_ALPHA_AXIS private

parent 83100c32
No related branches found
No related tags found
1 merge request!96Refactor model: detector items
......@@ -22,9 +22,9 @@ class BasicAxisItem;
class BA_CORE_API_ SphericalDetectorItem : public DetectorItem {
private:
static const QString P_PHI_AXIS;
static const QString P_ALPHA_AXIS;
public:
static const QString P_ALPHA_AXIS;
SphericalDetectorItem();
int xSize() 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