summaryrefslogtreecommitdiffstats
path: root/src/plugins/gstreamer/camerabin/camerabincapturebufferformat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/gstreamer/camerabin/camerabincapturebufferformat.h')
-rw-r--r--src/plugins/gstreamer/camerabin/camerabincapturebufferformat.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/gstreamer/camerabin/camerabincapturebufferformat.h b/src/plugins/gstreamer/camerabin/camerabincapturebufferformat.h
index c180ba6f1..e64bf2eb3 100644
--- a/src/plugins/gstreamer/camerabin/camerabincapturebufferformat.h
+++ b/src/plugins/gstreamer/camerabin/camerabincapturebufferformat.h
@@ -48,6 +48,8 @@
#include <gst/gst.h>
#include <glib.h>
+QT_BEGIN_NAMESPACE
+
class CameraBinSession;
QT_USE_NAMESPACE
@@ -69,4 +71,6 @@ private:
QVideoFrame::PixelFormat m_format;
};
+QT_END_NAMESPACE
+
#endif