Mercurial > hg > svgui
diff widgets/PluginParameterDialog.h @ 1417:2487521e857b
Merge
author | Chris Cannam |
---|---|
date | Wed, 23 Jan 2019 14:44:16 +0000 |
parents | 05d614f6e46d |
children | 11660e0c896f |
line wrap: on
line diff
--- a/widgets/PluginParameterDialog.h Mon Jan 21 10:08:26 2019 +0000 +++ b/widgets/PluginParameterDialog.h Wed Jan 23 14:44:16 2019 +0000 @@ -13,8 +13,8 @@ COPYING included with this distribution for more information. */ -#ifndef _PLUGIN_PARAMETER_DIALOG_H_ -#define _PLUGIN_PARAMETER_DIALOG_H_ +#ifndef SV_PLUGIN_PARAMETER_DIALOG_H +#define SV_PLUGIN_PARAMETER_DIALOG_H #include <QDialog> @@ -74,7 +74,7 @@ void getProcessingParameters(int &stepSize, int &blockSize, WindowType &windowType) const; - int exec(); + int exec() override; signals: void pluginConfigurationChanged(QString);