diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-10-22 19:16:36 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-10-22 19:17:32 +0200 |
commit | 543daf2394f534e5052e8055307415fa8ab7d407 (patch) | |
tree | 6ccda1a752e96d436fe48630a32739118a790962 /ftnoir_posewidget/glwidget.h | |
parent | 22298d17732d76caab3c6582c5fbcb33e5bbb292 (diff) |
fix statically linked octopus
Diffstat (limited to 'ftnoir_posewidget/glwidget.h')
-rw-r--r-- | ftnoir_posewidget/glwidget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftnoir_posewidget/glwidget.h b/ftnoir_posewidget/glwidget.h index 6ac12fbf..43a0f853 100644 --- a/ftnoir_posewidget/glwidget.h +++ b/ftnoir_posewidget/glwidget.h @@ -7,7 +7,7 @@ #pragma once -#include <QtGui> +#include <QWidget> #include <QPixmap> #include "opentrack/plugin-api.hpp" @@ -47,7 +47,7 @@ struct Vec2f { } }; -class OPENTRACK_EXPORT GLWidget : public QWidget +class GLWidget : public QWidget { public: GLWidget(QWidget *parent); |