diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-01-09 17:14:02 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-01-10 03:18:58 +0100 |
commit | 7d101a1c2827b5e7a373fb0d0a68099fb692e55a (patch) | |
tree | 3489a2988806a02a9ef31760116de104f94582c6 /pose-widget/pose-widget.hpp | |
parent | 674c8a9f1a42b36940551a6ebaf953ad96d379d0 (diff) |
many: spring cleanup
Diffstat (limited to 'pose-widget/pose-widget.hpp')
-rw-r--r-- | pose-widget/pose-widget.hpp | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/pose-widget/pose-widget.hpp b/pose-widget/pose-widget.hpp index cdbcdeb8..9b280afc 100644 --- a/pose-widget/pose-widget.hpp +++ b/pose-widget/pose-widget.hpp @@ -10,21 +10,16 @@ #include "api/plugin-api.hpp" #include "compat/euler.hpp" +#include "export.hpp" + #include <tuple> #include <mutex> #include <atomic> #include <vector> -#include <QtGlobal> #include <QWidget> #include <QThread> -#include <QPixmap> - -#ifdef BUILD_POSE_WIDGET -# define POSE_WIDGET_EXPORT Q_DECL_EXPORT -#else -# define POSE_WIDGET_EXPORT Q_DECL_IMPORT -#endif +#include <QImage> namespace pose_widget_impl { @@ -94,7 +89,7 @@ struct pose_transform final : QThread static constexpr int w = 320, h = 240; }; -class POSE_WIDGET_EXPORT pose_widget final : public QWidget +class OTR_POSE_WIDGET_EXPORT pose_widget final : public QWidget { public: pose_widget(QWidget *parent = nullptr); |