changeset 27 | de1630741fbe |
parent 25 | 76a2435edfd4 |
--- a/qtcontactsmobility/src/versit/qvcard30writer_p.h Fri Apr 16 14:53:18 2010 +0300 +++ b/qtcontactsmobility/src/versit/qvcard30writer_p.h Mon May 03 12:24:20 2010 +0300 @@ -66,6 +66,7 @@ void encodeVersitProperty(const QVersitProperty& property); void encodeParameters(const QMultiHash<QString,QString>& parameters); + static void backSlashEscape(QString& text); QHash<QString,QString> mPropertyNameMappings; };