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

rm 'using'

parent cd71cee7
No related branches found
No related tags found
1 merge request!2696PolyItem -> PolyPtr, with BaseItem as separate template parameter
......@@ -312,7 +312,7 @@ void ParameterTreeBuilder::addRotation(ParameterLabelItem* parentLabel, ItemWith
if (!r)
return;
auto* label = addLabel<RotationCatalog>(parentLabel, "Rotation", r);
auto* label = addLabel2<RotationItem, RotationCatalog>(parentLabel, "Rotation", r);
for (auto* d : r->rotationProperties())
addParameterItem(label, *d);
}
......
......@@ -22,8 +22,6 @@ class RotationItem;
class RotationCatalog {
public:
using BaseItem = RotationItem;
// Do not change the numbering! It is serialized!
enum class Type : uint8_t {
None = 0,
......
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