~ubuntu-branches/ubuntu/lucid/kde4libs/lucid-updates

« back to all changes in this revision

Viewing changes to kdecore/localization/kuitsemantics_p.h

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając
  • Date: 2010-02-04 14:24:15 UTC
  • mfrom: (1.1.44 upstream)
  • Revision ID: james.westby@ubuntu.com-20100204142415-m9s99idmc0685wei
Tags: 4:4.4.0-0ubuntu1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
    static bool mightBeRichText (const QString &text);
71
71
 
72
72
    /**
73
 
     * Like Qt::escape() (cannot link to QtGui).
 
73
     * Convert &, ", ', <, > characters into XML entities
 
74
     * &amp;, &lt;, &gt;, &apos;, &quot;, respectively.
74
75
     */
75
76
    static QString escape (const QString &text);
76
77