equal
deleted
inserted
replaced
49 void updateSharpnessSetting(QVariant newValue); |
49 void updateSharpnessSetting(QVariant newValue); |
50 void updateContrastSetting(QVariant newValue); |
50 void updateContrastSetting(QVariant newValue); |
51 void updateBrightnessSetting(QVariant newValue); |
51 void updateBrightnessSetting(QVariant newValue); |
52 void updateExposureModeSetting(QVariant newValue); |
52 void updateExposureModeSetting(QVariant newValue); |
53 void updateExposureCompensationSetting(QVariant newValue); |
53 void updateExposureCompensationSetting(QVariant newValue); |
54 |
|
55 void updateFlashSetting(QVariant newValue); |
54 void updateFlashSetting(QVariant newValue); |
|
55 void updateFaceTrackingSetting(QVariant newValue); |
56 |
56 |
57 private: |
57 private: |
58 CxeCameraDevice &mCameraDevice; |
58 CxeCameraDevice &mCameraDevice; |
59 CxeSettings &mSettings; |
59 CxeSettings &mSettings; |
60 }; |
60 }; |