Mercurial > hg > svgui
comparison 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 |
comparison
equal
deleted
inserted
replaced
1405:4c359c2b220c | 1406:a18e78b9c78b |
---|---|
72 | 72 |
73 void getProcessingParameters(int &blockSize) const; | 73 void getProcessingParameters(int &blockSize) const; |
74 void getProcessingParameters(int &stepSize, int &blockSize, | 74 void getProcessingParameters(int &stepSize, int &blockSize, |
75 WindowType &windowType) const; | 75 WindowType &windowType) const; |
76 | 76 |
77 int exec(); | 77 int exec() override; |
78 | 78 |
79 signals: | 79 signals: |
80 void pluginConfigurationChanged(QString); | 80 void pluginConfigurationChanged(QString); |
81 void inputModelChanged(QString); | 81 void inputModelChanged(QString); |
82 | 82 |