diff options
author | Michele Calgaro <[email protected]> | 2024-06-25 12:25:06 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-06-25 12:25:06 +0900 |
commit | a09a6bc05e3f64c27e7c84dd768c7720fdf41136 (patch) | |
tree | fe5a644a42056c012132e5bbc57f3ce1ba40d5c2 /doc/html/ntqt.html | |
parent | bba3e1fa3870a23f1cf0b5d1143ffd646ac797a4 (diff) | |
download | tqt3-a09a6bc05e3f64c27e7c84dd768c7720fdf41136.tar.gz tqt3-a09a6bc05e3f64c27e7c84dd768c7720fdf41136.zip |
Remove documentation for QWS classes and Qt/Embedded
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/ntqt.html')
-rw-r--r-- | doc/html/ntqt.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/html/ntqt.html b/doc/html/ntqt.html index 9a93bc64a..0785cd686 100644 --- a/doc/html/ntqt.html +++ b/doc/html/ntqt.html @@ -735,7 +735,6 @@ interacts with the corresponding bit of the <em>dst</em> pixel. <li><tt>TQt::NandROP</tt> - dst = NOT (src AND dst) <li><tt>TQt::NorROP</tt> - dst = NOT (src OR dst) </ul><p> By far the most useful ones are <a href="#RasterOp-enum">CopyROP</a> and <a href="#RasterOp-enum">XorROP</a>. -<p> On TQt/Embedded, only <a href="#RasterOp-enum">CopyROP</a>, <a href="#RasterOp-enum">XorROP</a>, and <a href="#RasterOp-enum">NotROP</a> are supported. <h3 class=fn><a name="SequenceMatch-enum"></a>TQt::SequenceMatch</h3> |