equal
deleted
inserted
replaced
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 |
|