qtmobility/plugins/contacts/symbian/inc/cntsymbiantransformerror.h
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 11 06b8e2af4411
equal deleted inserted replaced
1:2b40d63a9c3d 4:90517678cc4f
    50 
    50 
    51 QTM_USE_NAMESPACE
    51 QTM_USE_NAMESPACE
    52 class CntSymbianTransformError
    52 class CntSymbianTransformError
    53 {
    53 {
    54 public:
    54 public:
    55     static void transformError(TInt symbianError, QContactManager::Error& qtError);
    55     static void transformError(TInt symbianError, QContactManager::Error* qtError);
    56 };
    56 };
    57 
    57 
    58 #endif
    58 #endif
    59 
    59