Browse Source

Review fix: emit

QGC4.4
Zdanek 2 years ago committed by Ramon Roche
parent
commit
736ad397c9
  1. 1
      src/VideoManager/VideoManager.cc

1
src/VideoManager/VideoManager.cc

@ -110,7 +110,6 @@ VideoManager::setToolbox(QGCToolbox *toolbox) @@ -110,7 +110,6 @@ VideoManager::setToolbox(QGCToolbox *toolbox)
#ifndef QGC_DISABLE_UVC
// If we are using a UVC camera setup the device name
_updateUVC();
emit isUvcChanged();
#endif
emit isGStreamerChanged();

Loading…
Cancel
Save