Move the drop indicators into Controllers namespace
This commit is contained in:
@@ -150,12 +150,12 @@ View *Platform_qtquick::createView(View *parent) const
|
||||
return new Views::View_qtquick(nullptr, Type::None, Views::asQQuickItem(parent));
|
||||
}
|
||||
|
||||
View *Platform_qtquick::createClassicDropIndicatorOverlayView(ClassicIndicators *, View *) const
|
||||
View *Platform_qtquick::createClassicDropIndicatorOverlayView(Controllers::ClassicIndicators *, View *) const
|
||||
{
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
View *Platform_qtquick::createSegmentedDropIndicatorOverlayView(SegmentedIndicators *, View *) const
|
||||
View *Platform_qtquick::createSegmentedDropIndicatorOverlayView(Controllers::SegmentedIndicators *, View *) const
|
||||
{
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user