diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-14 22:33:41 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-14 22:33:41 -0600 |
commit | 0f92dd542b65bc910caaf190b7c623aa5158c86a (patch) | |
tree | 120ab7e08fa0ffc354ef58d100f79a33c92aa6e6 /doc/html/qglcontext.html | |
parent | d796c9dd933ab96ec83b9a634feedd5d32e1ba3f (diff) | |
download | tqt3-0f92dd542b65bc910caaf190b7c623aa5158c86a.tar.gz tqt3-0f92dd542b65bc910caaf190b7c623aa5158c86a.zip |
Fix native TQt3 accidental conversion to tquit
Diffstat (limited to 'doc/html/qglcontext.html')
-rw-r--r-- | doc/html/qglcontext.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qglcontext.html b/doc/html/qglcontext.html index aa1ec72e5..8f0ab6bf8 100644 --- a/doc/html/qglcontext.html +++ b/doc/html/qglcontext.html @@ -135,7 +135,7 @@ visual. On other platforms it may work differently. <p> <strong>Mac only</strong>: This virtual function tries to find a visual that matches the format using the given <em>device</em> handle, reducing the demands if the original request cannot be met. -<p> The algorithm for reducing the demands of the format is tquite +<p> The algorithm for reducing the demands of the format is quite simple-minded, so override this method in your subclass if your application has specific retquirements on visual selection. <p> <p>See also <a href="#chooseContext">chooseContext</a>(). @@ -155,7 +155,7 @@ Windows-specific types in our header files. <strong>X11 only</strong>: This virtual function tries to find a visual that matches the format, reducing the demands if the original request cannot be met. -<p> The algorithm for reducing the demands of the format is tquite +<p> The algorithm for reducing the demands of the format is quite simple-minded, so override this method in your subclass if your application has spcific retquirements on visual selection. <p> <p>See also <a href="#chooseContext">chooseContext</a>(). |