fix: #13 custom drop area widgets

- adds public function to set widgets
- some cleanup changes
This commit is contained in:
mfreiholz
2016-04-18 09:40:51 +02:00
parent 180ed31fc4
commit e04b5c7900
5 changed files with 35 additions and 6 deletions

View File

@@ -434,6 +434,11 @@ QList<SectionContent::RefPtr> ContainerWidget::contents() const
return sl;
}
QPointer<DropOverlay> ContainerWidget::dropOverlay() const
{
return _dropOverlay;
}
///////////////////////////////////////////////////////////////////////
// PRIVATE API BEGINS HERE
///////////////////////////////////////////////////////////////////////