Merge MultiSplitterLayout into MultiSplitter

No need to have two. It's a leftover from the old layouting engine
This commit is contained in:
Sergio Martins
2020-06-11 14:55:31 +01:00
parent e54ef787ed
commit 86e58dd8a7
24 changed files with 784 additions and 938 deletions

View File

@@ -29,7 +29,7 @@ DropAreaWithCentralFrame::DropAreaWithCentralFrame(QWidgetOrQuick *parent, MainW
, m_centralFrame(createCentralFrame(options))
{
if (m_centralFrame)
m_layout->addWidget(m_centralFrame, KDDockWidgets::Location_OnTop, {});
addWidget(m_centralFrame, KDDockWidgets::Location_OnTop, {});
}
DropAreaWithCentralFrame::~DropAreaWithCentralFrame()