summaryrefslogtreecommitdiffstats
path: root/doc/html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-01-30 23:40:14 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-02-13 22:39:51 +0900
commit67cb0f6762768ee0d32adef1d7307ff7bb985407 (patch)
tree9c391724f3eae5ba2b8279ea9de6245a1f44d25b /doc/html
parentfd79f0c8b020ff0c60b62c83745beb030ef38997 (diff)
downloadtqt-67cb0f67.tar.gz
tqt-67cb0f67.zip
Fix editing of text containing surrogate characters.
This relates to issue #162. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 9c648bea9bfb1113c070a05b36f78ff006d0877a)
Diffstat (limited to 'doc/html')
-rw-r--r--doc/html/qfontmetrics-h.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qfontmetrics-h.html b/doc/html/qfontmetrics-h.html
index f034b77f5..a9a6f6e58 100644
--- a/doc/html/qfontmetrics-h.html
+++ b/doc/html/qfontmetrics-h.html
@@ -119,7 +119,7 @@ public:
int width( char c ) const { return width( (TQChar) c ); }
#endif
- int charWidth( const TQString &amp;str, int pos ) const;
+ int charWidth( const TQString &amp;str, int pos ) const;
TQRect boundingRect( const TQString &amp;, int len = -1 ) const;
TQRect boundingRect( TQChar ) const;
TQRect boundingRect( int x, int y, int w, int h, int flags,