diff options
Diffstat (limited to 'tracker-pt/ftnoir_tracker_pt.cpp')
| -rw-r--r-- | tracker-pt/ftnoir_tracker_pt.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-pt/ftnoir_tracker_pt.cpp b/tracker-pt/ftnoir_tracker_pt.cpp index 3415eecd..eafb8768 100644 --- a/tracker-pt/ftnoir_tracker_pt.cpp +++ b/tracker-pt/ftnoir_tracker_pt.cpp @@ -166,7 +166,7 @@ void Tracker_PT::apply_settings()  void Tracker_PT::start_tracker(QFrame *parent_window)  { -    this->video_frame = parent_window; +    video_frame = parent_window;      video_frame->setAttribute(Qt::WA_NativeWindow);      video_frame->show();      video_widget = new PTVideoWidget(video_frame);  | 
