Janitor : Remove obsolete override comment

This commit is contained in:
Magne Sjaastad
2022-02-22 09:05:33 +01:00
parent 208ae7692b
commit bb7f61ea56
181 changed files with 0 additions and 186 deletions

View File

@@ -28,7 +28,6 @@ class RicNewCorrelationMatrixPlotFeature : public caf::CmdFeature
CAF_CMD_HEADER_INIT;
protected:
// Overrides
bool isCommandEnabled() override;
void onActionTriggered( bool isChecked ) override;
void setupActionLook( QAction* actionToSetup ) override;

View File

@@ -53,7 +53,6 @@ class RicNewCorrelationPlotFeature : public caf::CmdFeature
CAF_CMD_HEADER_INIT;
protected:
// Overrides
bool isCommandEnabled() override;
void onActionTriggered( bool isChecked ) override;
void setupActionLook( QAction* actionToSetup ) override;

View File

@@ -28,7 +28,6 @@ class RicNewCorrelationReportPlotFeature : public caf::CmdFeature
CAF_CMD_HEADER_INIT;
protected:
// Overrides
bool isCommandEnabled() override;
void onActionTriggered( bool isChecked ) override;
void setupActionLook( QAction* actionToSetup ) override;

View File

@@ -28,7 +28,6 @@ class RicNewParameterResultCrossPlotFeature : public caf::CmdFeature
CAF_CMD_HEADER_INIT;
protected:
// Overrides
bool isCommandEnabled() override;
void onActionTriggered( bool isChecked ) override;
void setupActionLook( QAction* actionToSetup ) override;