Fixes by clang-tidy

This commit is contained in:
github-actions[bot]
2023-03-23 07:11:24 +01:00
committed by GitHub
parent 4f73995947
commit d9ba01b927
6 changed files with 35 additions and 35 deletions

View File

@@ -247,7 +247,7 @@ void RimWellConnectivityTable::cleanupBeforeClose()
//--------------------------------------------------------------------------------------------------
void RimWellConnectivityTable::fieldChangedByUi( const caf::PdmFieldHandle* changedField, const QVariant& oldValue, const QVariant& newValue )
{
RimViewWindow::fieldChangedByUi( changedField, oldValue, newValue );
RimPlotWindow::fieldChangedByUi( changedField, oldValue, newValue );
if ( changedField == &m_case )
{

View File

@@ -90,15 +90,15 @@ private:
QList<caf::PdmOptionItemInfo> calculateValueOptions( const caf::PdmFieldHandle* fieldNeedingOptions ) override;
// Inherited via RimPlotWindow
virtual QString description() const override;
virtual void doRenderWindowContent( QPaintDevice* paintDevice ) override;
QString description() const override;
void doRenderWindowContent( QPaintDevice* paintDevice ) override;
// Inherited via RimViewWindow
virtual QWidget* viewWidget() override;
virtual QImage snapshotWindowContent() override;
virtual void zoomAll() override;
virtual QWidget* createViewWidget( QWidget* mainWindowParent ) override;
virtual void deleteViewWidget() override;
QWidget* viewWidget() override;
QImage snapshotWindowContent() override;
void zoomAll() override;
QWidget* createViewWidget( QWidget* mainWindowParent ) override;
void deleteViewWidget() override;
int axisTitleFontSize() const;
int axisLabelFontSize() const;