Skip to content
Snippets Groups Projects

GUI: move shared enums to 'GUI/Support/Data/ID.h'

Merged Mikhail Svechnikov requested to merge i447 into main
All threads resolved!
5 files
+ 13
7
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -20,7 +20,8 @@ ProjectionContainerItem::ProjectionContainerItem()
{
}
QVector<MaskItem*> ProjectionContainerItem::projectionsOfType(GUI::ID::ProjectionType projectionType)
QVector<MaskItem*>
ProjectionContainerItem::projectionsOfType(GUI::ID::ProjectionType projectionType)
{
if (projectionType == GUI::ID::ProjectionType::Horizontal)
return projections<HorizontalLineItem>();
Loading