mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-16 03:39:59 +01:00
added set function
This commit is contained in:
@@ -4,3 +4,7 @@
|
||||
GotoWindow::GotoWindow(QWidget *parent) : QDialog(parent) {
|
||||
|
||||
}
|
||||
|
||||
void GotoWindow::setVideo(cv::VideoCapture *cap) {
|
||||
capture = cap;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user