Mercurial > hg > svgui
diff widgets/PluginParameterDialog.h @ 1406:a18e78b9c78b fix-static-analysis
Use override throughout
author | Chris Cannam |
---|---|
date | Mon, 26 Nov 2018 13:52:27 +0000 |
parents | e4773943c9c1 |
children | 05d614f6e46d |
line wrap: on
line diff
--- a/widgets/PluginParameterDialog.h Thu Nov 22 14:55:38 2018 +0000 +++ b/widgets/PluginParameterDialog.h Mon Nov 26 13:52:27 2018 +0000 @@ -74,7 +74,7 @@ void getProcessingParameters(int &stepSize, int &blockSize, WindowType &windowType) const; - int exec(); + int exec() override; signals: void pluginConfigurationChanged(QString);