summaryrefslogtreecommitdiffstats
path: root/src/gui/dialogs/qcolordialog.cpp
diff options
context:
space:
mode:
authorDavid Boddie <dboddie@trolltech.com>2009-03-31 14:55:33 +0200
committerDavid Boddie <dboddie@trolltech.com>2009-03-31 17:00:10 +0200
commit69c6f94c6cd6320a02ade785bb8ac5f02c1204de (patch)
tree73d4d0b1a83f89f6b3bd128d869932bc643914cf /src/gui/dialogs/qcolordialog.cpp
parent0aaf811061f86c1b09670fff1e304d997bd34411 (diff)
Doc: Removed a reference to a deprecated function.
Reported by a former Doc Manager. Reviewed-by: TrustMe
Diffstat (limited to 'src/gui/dialogs/qcolordialog.cpp')
-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 b744dca1c8..3aa04f6a5b 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