diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-06-13 07:29:48 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-06-13 07:36:06 +0200 |
commit | ff5d16262e6f531b569f334db0825341532b777e (patch) | |
tree | 64ead3f18517a33972ff02ab48ac9031ada7e1a8 | |
parent | 794f4619f707240e90ccb0c3f861d2d0aa4c3307 (diff) |
ewma: bump version
-rw-r--r-- | ftnoir_filter_ewma2/ftnoir_filter_ewma2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftnoir_filter_ewma2/ftnoir_filter_ewma2.h b/ftnoir_filter_ewma2/ftnoir_filter_ewma2.h index b9df308f..b3dc5746 100644 --- a/ftnoir_filter_ewma2/ftnoir_filter_ewma2.h +++ b/ftnoir_filter_ewma2/ftnoir_filter_ewma2.h @@ -86,7 +86,7 @@ private slots: class FTNoIR_FilterDll : public Metadata { public: - void getFullName(QString *strToBeFilled) { *strToBeFilled = QString("EWMA Filter Mk2"); } + void getFullName(QString *strToBeFilled) { *strToBeFilled = QString("EWMA Filter Mk3"); } void getShortName(QString *strToBeFilled) { *strToBeFilled = QString("EWMA"); } void getDescription(QString *strToBeFilled) { *strToBeFilled = QString("Exponentially Weighted Moving Average filter with dynamic smoothing parameter"); } void getIcon(QIcon *icon){ *icon = QIcon(":/images/filter-16.png"); } |