+ Allow access to tab panel of combo view

This commit is contained in:
wmayer
2014-01-05 11:36:58 +01:00
parent 27315d4c1e
commit 1820a56094

View File

@@ -142,7 +142,7 @@ QTabWidget* ControlSingleton::tabPanel() const
(Gui::DockWindowManager::instance()->getDockWindow("Combo View"));
// should return the pointer to combo view
if (pcCombiView)
pcCombiView->getTabPanel();
return pcCombiView->getTabPanel();
return 0;
}