mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fixes by clang-tidy
This commit is contained in:
committed by
GitHub
parent
4f73995947
commit
d9ba01b927
@@ -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 )
|
||||
{
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user