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 --- proto-mouse/ftnoir_protocol_mouse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto-mouse') diff --git a/proto-mouse/ftnoir_protocol_mouse.h b/proto-mouse/ftnoir_protocol_mouse.h index 0781366c..f2880822 100644 --- a/proto-mouse/ftnoir_protocol_mouse.h +++ b/proto-mouse/ftnoir_protocol_mouse.h @@ -10,7 +10,7 @@ #include "ui_ftnoir_mousecontrols.h" #include #include "api/plugin-api.hpp" -#include "compat/options.hpp" +#include "options/options.hpp" using namespace options; struct settings : opts { -- cgit v1.2.3