camerauis/cameraxui/cxengine/tsrc/unit/unittest_cxeautofocuscontrolsymbian/unittest_cxeautofocuscontrolsymbian.h
changeset 36 b12f3922a74f
parent 32 5c1e3c6aa4ef
child 46 c826656d6714
equal deleted inserted replaced
32:5c1e3c6aa4ef 36:b12f3922a74f
    22 #include "cxenamespace.h"
    22 #include "cxenamespace.h"
    23 
    23 
    24 class CxeAutoFocusControlSymbian;
    24 class CxeAutoFocusControlSymbian;
    25 class CxeFakeCameraDeviceControl;
    25 class CxeFakeCameraDeviceControl;
    26 class CxeFakeCameraDevice;
    26 class CxeFakeCameraDevice;
       
    27 class CxeFakeSettings;
    27 
    28 
    28 class UnitTestCxeAutoFocusControlSymbian : public QObject
    29 class UnitTestCxeAutoFocusControlSymbian : public QObject
    29 {
    30 {
    30     Q_OBJECT
    31     Q_OBJECT
    31 
    32 
    51 
    52 
    52     // Need to test with derived class to hide missing ECAM.
    53     // Need to test with derived class to hide missing ECAM.
    53     CxeAutoFocusControlSymbian *mAutoFocusControl;
    54     CxeAutoFocusControlSymbian *mAutoFocusControl;
    54     CxeFakeCameraDeviceControl *mCameraDeviceControl;
    55     CxeFakeCameraDeviceControl *mCameraDeviceControl;
    55     CxeFakeCameraDevice *mCameraDevice;
    56     CxeFakeCameraDevice *mCameraDevice;
       
    57     CxeFakeSettings *mFakeSettings;
    56 };
    58 };
    57 
    59 
    58 #endif // UNITTEST_CXEAUTOFOCUSCONTROLSYMBIAN_H
    60 #endif // UNITTEST_CXEAUTOFOCUSCONTROLSYMBIAN_H