camerauis/cameraxui/cxengine/inc/api/cxeerror.h
changeset 43 0e652f8f1fbd
parent 19 d9aefe59d544
equal deleted inserted replaced
28:3075d9b614e6 43:0e652f8f1fbd
    62         NotReady            = 10,
    62         NotReady            = 10,
    63 
    63 
    64         //! any other general errors
    64         //! any other general errors
    65         General             = 11
    65         General             = 11
    66         };
    66         };
    67 
       
    68 }
    67 }
    69 
    68 
    70 Q_DECLARE_METATYPE(CxeError::Id)
    69 Q_DECLARE_METATYPE(CxeError::Id)
    71 
    70 
    72 
    71