diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-25 12:25:06 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-25 12:25:06 +0900 |
commit | a09a6bc05e3f64c27e7c84dd768c7720fdf41136 (patch) | |
tree | fe5a644a42056c012132e5bbc57f3ce1ba40d5c2 /src/kernel/qregion_x11.cpp | |
parent | bba3e1fa3870a23f1cf0b5d1143ffd646ac797a4 (diff) | |
download | tqt-a09a6bc0.tar.gz tqt-a09a6bc0.zip |
Remove documentation for QWS classes and Qt/Embedded
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/kernel/qregion_x11.cpp')
-rw-r--r-- | src/kernel/qregion_x11.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/kernel/qregion_x11.cpp b/src/kernel/qregion_x11.cpp index 7662a168d..30d0fe9c2 100644 --- a/src/kernel/qregion_x11.cpp +++ b/src/kernel/qregion_x11.cpp @@ -2803,8 +2803,6 @@ TQMemArray<TQRect> TQRegion::rects() const <li> The rectangles must be sorted ascendingly by Y as the major sort key and X as the minor sort key. </ul> - \internal - Only some platforms have that restriction (TQWS and X11). */ void TQRegion::setRects( const TQRect *rects, int num ) { |