diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-12-20 17:44:21 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-12-20 18:16:43 +0100 |
commit | c88d7897eec259ea7c649467e01590a08faa2dcb (patch) | |
tree | ed0c403471b040a7e3f1827a35dba1956e27964d /tracker-pt/pt_video_widget.h | |
parent | 778b82aee0b6f41bb4bafdaf6d079221306d942c (diff) |
tracker/pt: only show widget if the frame is visible
Diffstat (limited to 'tracker-pt/pt_video_widget.h')
-rw-r--r-- | tracker-pt/pt_video_widget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tracker-pt/pt_video_widget.h b/tracker-pt/pt_video_widget.h index 073b2e93..d9144ac0 100644 --- a/tracker-pt/pt_video_widget.h +++ b/tracker-pt/pt_video_widget.h @@ -17,6 +17,7 @@ #include <QTimer> #include <QMutex> #include <QMutexLocker> +#include <QDebug> class PTVideoWidget : public QWidget { |