Updates API for #13 - Custom drop indicators.

DropOverlayCross is better reusable now and area widgets can be changed.
This commit is contained in:
mfreiholz
2016-04-18 08:27:28 +02:00
parent 9c530dcc58
commit 180ed31fc4
3 changed files with 83 additions and 97 deletions

View File

@@ -851,7 +851,6 @@ bool ContainerWidget::saveSectionIndex(ADS_NS_SER::SectionIndexData& sid) const
se.sectionContents.append(sce); // std::move()?
}
sid.sections.append(se); // std::move()?
qDebug() << "Container section:" << se.x << se.y << se.width << se.height;
}
return true;
}