diff options
author | David Boddie <dboddie@trolltech.com> | 2009-03-31 12:55:33 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2009-03-31 15:00:10 (GMT) |
commit | 69c6f94c6cd6320a02ade785bb8ac5f02c1204de (patch) | |
tree | 73d4d0b1a83f89f6b3bd128d869932bc643914cf /src | |
parent | 0aaf811061f86c1b09670fff1e304d997bd34411 (diff) | |
download | Qt-69c6f94c6cd6320a02ade785bb8ac5f02c1204de.zip Qt-69c6f94c6cd6320a02ade785bb8ac5f02c1204de.tar.gz Qt-69c6f94c6cd6320a02ade785bb8ac5f02c1204de.tar.bz2 |
Doc: Removed a reference to a deprecated function.
Reported by a former Doc Manager.
Reviewed-by: TrustMe
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/dialogs/qcolordialog.cpp | 8 |
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 |