diff options
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> |