summaryrefslogtreecommitdiffstats
path: root/doc/html/qregion-h.html
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 /doc/html/qregion-h.html
parentbba3e1fa3870a23f1cf0b5d1143ffd646ac797a4 (diff)
downloadtqt-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 'doc/html/qregion-h.html')
-rw-r--r--doc/html/qregion-h.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/html/qregion-h.html b/doc/html/qregion-h.html
index 930a1b569..fec11f256 100644
--- a/doc/html/qregion-h.html
+++ b/doc/html/qregion-h.html
@@ -138,9 +138,6 @@ public:
Region handle() const { if(!data-&gt;rgn) updateX11Region(); return data-&gt;rgn; }
#elif defined(TQ_WS_MAC)
RgnHandle handle(bool require_rgn=FALSE) const;
-#elif defined(TQ_WS_QWS)
- // TQGfx_QWS needs this for region drawing
- void * handle() const { return data-&gt;rgn; }
#endif
#ifndef TQT_NO_DATASTREAM
@@ -171,8 +168,6 @@ private:
uint is_rect:1;
TQRect rect;
RgnHandle rgn;
-#elif defined(TQ_WS_QWS)
- void * rgn;
#endif
bool is_null;
} *data;