summaryrefslogtreecommitdiffstats
path: root/src/tools/tqstring.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-25 12:25:06 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-25 12:25:06 +0900
commita09a6bc05e3f64c27e7c84dd768c7720fdf41136 (patch)
treefe5a644a42056c012132e5bbc57f3ce1ba40d5c2 /src/tools/tqstring.cpp
parentbba3e1fa3870a23f1cf0b5d1143ffd646ac797a4 (diff)
downloadtqt-a09a6bc05e3f64c27e7c84dd768c7720fdf41136.tar.gz
tqt-a09a6bc05e3f64c27e7c84dd768c7720fdf41136.zip
Remove documentation for QWS classes and Qt/Embedded
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/tools/tqstring.cpp')
-rw-r--r--src/tools/tqstring.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/tools/tqstring.cpp b/src/tools/tqstring.cpp
index fff59c613..dbf179404 100644
--- a/src/tools/tqstring.cpp
+++ b/src/tools/tqstring.cpp
@@ -6276,9 +6276,6 @@ TQCString TQString::local8Bit() const
*d->cString = isNull() ? TQCString("") : qt_winTQString2MB( *this );
return *d->cString;
#endif
-#ifdef TQ_WS_QWS
- return utf8(); // ### if there is any 8 bit format supported?
-#endif
#endif
}
@@ -6325,9 +6322,6 @@ TQString TQString::fromLocal8Bit( const char* local8Bit, int len )
}
return qt_winMB2TQString( local8Bit );
#endif
-#ifdef TQ_WS_QWS
- return fromUtf8(local8Bit,len);
-#endif
#endif // TQT_NO_TEXTCODEC
}