fixed deleting/stopping video devices

This commit is contained in:
csoler 2015-09-02 22:14:04 -04:00
parent b1572c2924
commit 77c0d562fb
3 changed files with 22 additions and 6 deletions

View file

@ -51,8 +51,8 @@ class QVideoInputDevice: public QObject
void start() ;
void stop() ;
protected slots:
bool stopped();
protected slots:
void grabFrame() ;
signals: