added set function

This commit is contained in:
lostjared
2018-08-29 10:40:20 -07:00
parent b6f2a24b99
commit f4fa4a27fc
2 changed files with 7 additions and 0 deletions

View File

@@ -4,3 +4,7 @@
GotoWindow::GotoWindow(QWidget *parent) : QDialog(parent) {
}
void GotoWindow::setVideo(cv::VideoCapture *cap) {
capture = cap;
}