summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Boddie <dboddie@trolltech.com>2009-03-31 12:55:33 (GMT)
committerDavid Boddie <dboddie@trolltech.com>2009-03-31 12:55:33 (GMT)
commit22ee1110301b228bbcbe9d39a9bcebe9ab4cdad0 (patch)
treec177a1fceb1aba63b5bdd6549332472c849351a1
parentc5a1d34d16582c9d3d795086d36ca79655d1e3ce (diff)
downloadQt-22ee1110301b228bbcbe9d39a9bcebe9ab4cdad0.zip
Qt-22ee1110301b228bbcbe9d39a9bcebe9ab4cdad0.tar.gz
Qt-22ee1110301b228bbcbe9d39a9bcebe9ab4cdad0.tar.bz2
Doc: Removed a reference to a deprecated function.
Reported by a former Doc Manager. Reviewed-by: TrustMe
-rw-r--r--src/gui/dialogs/qcolordialog.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/dialogs/qcolordialog.cpp b/src/gui/dialogs/qcolordialog.cpp
index b744dca..3aa04f6 100644
--- a/src/gui/dialogs/qcolordialog.cpp
+++ b/src/gui/dialogs/qcolordialog.cpp
@@ -1523,10 +1523,10 @@ static const Qt::WindowFlags DefaultWindowFlags =
If you require a modeless dialog, use the QColorDialog constructor.
\endomit
- The static getColor() function shows the dialog, and allows the
- user to specify a color. The getRgba() function does the same, but
- also allows the user to specify a color with an alpha channel
- (transparency) value.
+ The static getColor() function shows the dialog, and allows the user to
+ specify a color. This function can also be used to let users choose a
+ color with a level of transparency: pass the ShowAlphaChannel option as
+ an additional argument.
The user can store customCount() different custom colors. The
custom colors are shared by all color dialogs, and remembered