From b0eec42b61e81bd031307618bb28fd1200e4bfa8 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 21 Oct 2014 10:37:00 +0200 Subject: cleanup only --- opentrack/plugin-qt-api.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/opentrack/plugin-qt-api.hpp b/opentrack/plugin-qt-api.hpp index 6fcea4f5..dd9cc280 100644 --- a/opentrack/plugin-qt-api.hpp +++ b/opentrack/plugin-qt-api.hpp @@ -15,13 +15,11 @@ public: // XXX TODO get rid of QString/QFrame to fix ABI woes // will lead plugins from different C++ runtimes working -sh 20141004 -// XXX TODO make public QWidget the mess -sh 20141004 - struct IFilter { public: virtual ~IFilter() {} - virtual void filter(const double *target_camera_position, double *new_camera_position) = 0; + virtual void filter(const double *input, double *output) = 0; }; struct IFilterDialog : public QWidget -- cgit v1.2.3