Style Ref T592 related

This commit is contained in:
Klaus Basan
2019-04-04 18:51:57 +02:00
committed by Mat Sutcliffe
parent 28d9e98e38
commit 3bb5efcb29
3 changed files with 25 additions and 27 deletions

View File

@@ -97,6 +97,7 @@ namespace BlackGui
bool CViewBaseNonTemplate::setParentDockWidgetInfoArea(CDockWidgetInfoArea *parentDockableWidget)
{
// further init could go here
const bool c = CEnableForDockWidgetInfoArea::setParentDockWidgetInfoArea(parentDockableWidget);
return c;
}