phonesettings/cpphonesettingsplugins/tsrc/mocks/mock_cpplugincommon.cpp
changeset 65 2a5d4ab426d3
parent 46 bc5a64e5bc3c
child 76 cfea66083b62
equal deleted inserted replaced
60:1eef62f5c541 65:2a5d4ab426d3
   183     {
   183     {
   184     SMC_MOCK_METHOD0( bool )
   184     SMC_MOCK_METHOD0( bool )
   185     }
   185     }
   186 
   186 
   187 
   187 
   188 // -----------------------------------------------------------------------------
       
   189 // Tools::errorCodeTextMapping
       
   190 // -----------------------------------------------------------------------------
       
   191 //
       
   192 bool Tools::errorCodeTextMapping( 
       
   193         const int errorcode,
       
   194         QString & errorText )
       
   195     {
       
   196     SMC_MOCK_METHOD2( bool, const int, errorcode, 
       
   197         QString &, errorText )
       
   198     }
       
   199 
       
   200