Changeset View
Changeset View
Standalone View
Standalone View
lang/qt/tests/t-support.h
| Context not available. | |||||
| char *getPassphrase(const char * /*useridHint*/, const char * /*description*/, | char *getPassphrase(const char * /*useridHint*/, const char * /*description*/, | ||||
| bool /*previousWasBad*/, bool &/*canceled*/) Q_DECL_OVERRIDE | bool /*previousWasBad*/, bool &/*canceled*/) Q_DECL_OVERRIDE | ||||
| { | { | ||||
| return strdup("abc"); | return qstrdup("abc"); | ||||
| } | } | ||||
| }; | }; | ||||
| } // namespace GpgME | } // namespace GpgME | ||||
| Context not available. | |||||