Rename DropIndicatorOverlayInterface to DropIndicatorOverlay

We don't suffix our base classes with "Interface"
This commit is contained in:
Sergio Martins
2022-05-18 04:39:21 +01:00
parent 30c3a047d1
commit d2bf83e4ac
20 changed files with 57 additions and 57 deletions

View File

@@ -161,7 +161,7 @@ bool ViewWrapper_qtquick::is(Type t) const
// case Type::MDIArea:
// return qobject_cast<MDIArea *>(m_item);
// case Type::LayoutItem:
// case Type::DropIndicatorOverlayInterface:
// case Type::DropIndicatorOverlay:
// qWarning() << Q_FUNC_INFO << "These are framework internals that are not wrapped";
// return false;
// case Type::ViewWrapper: