Remove unused Type::DropIndicatorOverlayInterface

This commit is contained in:
Sergio Martins
2022-05-17 23:45:54 +01:00
parent 1b35810766
commit 10b61f0e30
3 changed files with 5 additions and 8 deletions

View File

@@ -93,7 +93,6 @@ static Controller *controllerForWidget(QWidget *widget)
break;
case Type::RubberBand:
case Type::LayoutItem:
case Type::DropIndicatorOverlayInterface:
case Type::ViewWrapper:
case Type::None:
// skip internal types
@@ -228,7 +227,6 @@ bool ViewWrapper_qtwidgets::is(Type t) const
return qobject_cast<MDIArea *>(m_widget);
case Type::LayoutItem:
case Type::None:
case Type::DropIndicatorOverlayInterface:
qWarning() << Q_FUNC_INFO << "These are framework internals that are not wrapped";
return false;
case Type::ViewWrapper: