Change remaining uses of {to,from}Ascii to {to,from}Latin1 [other]
[profile/ivi/qtxmlpatterns.git] / src / xmlpatterns / parser / qxquerytokenizer_p.h
index b0ac364..3949047 100644 (file)
@@ -173,7 +173,7 @@ namespace QPatternist
          * Equivalent to calling:
          *
          * @code
-         * current().toAscii();
+         * current().toLatin1();
          * @endcode
          */
         inline char peekCurrent() const;