mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Removed obsolete code related to actions, menus and dock widgets
This commit is contained in:
@@ -1322,13 +1322,15 @@ void RiaApplication::deleteMainPlotWindow()
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RiuMainPlotWindow* RiaApplication::getOrCreateMainPlotWindow()
|
||||
RiuMainPlotWindow* RiaApplication::getOrCreateAndShowMainPlotWindow()
|
||||
{
|
||||
if (!m_mainPlotWindow)
|
||||
{
|
||||
createMainPlotWindow();
|
||||
}
|
||||
|
||||
m_mainPlotWindow->showWindow();
|
||||
|
||||
return m_mainPlotWindow;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user