summaryrefslogtreecommitdiffhomepage
path: root/cv/video-property-page.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'cv/video-property-page.hpp')
-rw-r--r--cv/video-property-page.hpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/cv/video-property-page.hpp b/cv/video-property-page.hpp
deleted file mode 100644
index c2b9525d..00000000
--- a/cv/video-property-page.hpp
+++ /dev/null
@@ -1,13 +0,0 @@
-#pragma once
-
-#include <QString>
-#include <opencv2/videoio.hpp>
-
-struct video_property_page final
-{
- video_property_page() = delete;
- static bool show(int id);
- static bool show_from_capture(cv::VideoCapture& cap, int index);
-private:
-};
-