Browse Source

Include QDir for VideoManager

QGC4.4
Jacob Walser 8 years ago
parent
commit
b67ca0e323
  1. 1
      src/FlightDisplay/VideoManager.cc

1
src/FlightDisplay/VideoManager.cc

@ -12,6 +12,7 @@ @@ -12,6 +12,7 @@
#include <QQmlEngine>
#include <QSettings>
#include <QUrl>
#include <QDir>
#ifndef QGC_DISABLE_UVC
#include <QCameraInfo>

Loading…
Cancel
Save