Object Detection  5.0
Image Processing Using Qt and Opencv
subjectimpl.h
1 #ifndef SUBJECTIMPL_H
2 #define SUBJECTIMPL_H
3 #include "subject.h"
4 using namespace Devices;
5 class SubjectImpl : public Subject
6 {
7 public:
8  SubjectImpl(QObject *parent = nullptr);
9  SubjectImpl(const SubjectImpl&) = default;
10 };
11 
12 #endif // SUBJECTIMPL_H