Commit aa2cade0 authored by Don Gagne's avatar Don Gagne

Fix include ifdef

parent 23f57eb9
......@@ -12,7 +12,10 @@
#include <QQmlEngine>
#include <QtQml>
#include <QVariantList>
#ifndef QGC_DISABLE_UVC
#include <QCameraInfo>
#endif
const char* VideoSettings::videoSettingsGroupName = "Video";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment