summaryrefslogtreecommitdiffstats
path: root/src/plugins/gstreamer/camerabin/camerabinexposure.h
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@gmail.com>2018-12-19 11:13:53 +0100
committerJ-P Nurmi <jpnurmi@gmail.com>2018-12-26 19:25:06 +0000
commit885ad4bd1de3c0e8d14bae94f63d10e54b36283c (patch)
treec59095fb1ca9d3beb6a331531fd753e11c93859e /src/plugins/gstreamer/camerabin/camerabinexposure.h
parent7064057843bd474115055acdc76a886953acf898 (diff)
GStreamer camera bin service plugin: remove bogus export macros
Results to inconsistent DLL linkage errors on Windows. Change-Id: I0aebe05e40dbb4fac130c536849c68dd61aa12fe Reviewed-by: VaL Doroshchuk <valentyn.doroshchuk@qt.io>
Diffstat (limited to 'src/plugins/gstreamer/camerabin/camerabinexposure.h')
-rw-r--r--src/plugins/gstreamer/camerabin/camerabinexposure.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/gstreamer/camerabin/camerabinexposure.h b/src/plugins/gstreamer/camerabin/camerabinexposure.h
index c30da25ad..db16bed24 100644
--- a/src/plugins/gstreamer/camerabin/camerabinexposure.h
+++ b/src/plugins/gstreamer/camerabin/camerabinexposure.h
@@ -50,7 +50,7 @@ QT_BEGIN_NAMESPACE
class CameraBinSession;
-class Q_MULTIMEDIA_EXPORT CameraBinExposure : public QCameraExposureControl
+class CameraBinExposure : public QCameraExposureControl
{
Q_OBJECT