From cb33be1c50b68d6022f344ddac923c7aac3a11d5 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 17 Aug 2016 21:28:45 +0200 Subject: move options framework into its own library - adjust usages - add support for QList signals and metatype --- filter-ewma2/ftnoir_filter_ewma2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'filter-ewma2') diff --git a/filter-ewma2/ftnoir_filter_ewma2.h b/filter-ewma2/ftnoir_filter_ewma2.h index e7fdd49e..8680971b 100644 --- a/filter-ewma2/ftnoir_filter_ewma2.h +++ b/filter-ewma2/ftnoir_filter_ewma2.h @@ -4,7 +4,7 @@ #include "ui_ftnoir_ewma_filtercontrols.h" #include #include -#include "compat/options.hpp" +#include "options/options.hpp" #include "compat/timer.hpp" using namespace options; -- cgit v1.2.3