fix no video shown
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
#ifndef TIMEBASEDWIDGET_H
|
||||
#define TIMEBASEDWIDGET_H
|
||||
|
||||
#include <QPointer>
|
||||
#include <QWidget>
|
||||
|
||||
#include "node/output/viewer/viewer.h"
|
||||
@@ -239,7 +240,7 @@ private:
|
||||
|
||||
bool UserIsDraggingPlayhead() const;
|
||||
|
||||
ViewerOutput *viewer_node_;
|
||||
QPointer<ViewerOutput> viewer_node_;
|
||||
|
||||
TimeRuler *ruler_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user