mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-03 11:54:30 -04:00
fixed deleting/stopping video devices
This commit is contained in:
parent
b1572c2924
commit
77c0d562fb
3 changed files with 22 additions and 6 deletions
|
@ -51,8 +51,8 @@ class QVideoInputDevice: public QObject
|
|||
|
||||
void start() ;
|
||||
void stop() ;
|
||||
|
||||
protected slots:
|
||||
bool stopped();
|
||||
protected slots:
|
||||
void grabFrame() ;
|
||||
|
||||
signals:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue