Browse Source

Review fix: emit

QGC4.4
Zdanek 3 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)
#ifndef QGC_DISABLE_UVC #ifndef QGC_DISABLE_UVC
// If we are using a UVC camera setup the device name // If we are using a UVC camera setup the device name
_updateUVC(); _updateUVC();
emit isUvcChanged();
#endif #endif
emit isGStreamerChanged(); emit isGStreamerChanged();

Loading…
Cancel
Save