#4796 Summary Plot Template : Add context menu of summary cases

This commit is contained in:
Magne Sjaastad
2019-09-30 13:28:08 +02:00
parent 64e617562d
commit 0698674d59
7 changed files with 91 additions and 26 deletions

View File

@@ -754,6 +754,14 @@ QString RiaPreferences::defaultPlotTemplateAbsolutePath() const
return m_defaultPlotTemplate().path();
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
void RiaPreferences::setDefaultPlotTemplatePath( const QString& templatePath )
{
m_defaultPlotTemplate = templatePath;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------