diff options
author | Jerome Pasion <jerome.pasion@digia.com> | 2012-10-30 13:57:17 (GMT) |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2012-11-02 19:15:07 (GMT) |
commit | 9b055a679d20f912d7c99bc239c02c253a10c6a0 (patch) | |
tree | 420c2f507f1488c84e6bc9503ab19ed3c4af2d38 /src/gui | |
parent | ab64c117b3bcded3844c5225c33ae92cee3fea0b (diff) | |
download | Qt-9b055a679d20f912d7c99bc239c02c253a10c6a0.zip Qt-9b055a679d20f912d7c99bc239c02c253a10c6a0.tar.gz Qt-9b055a679d20f912d7c99bc239c02c253a10c6a0.tar.bz2 |
Doc: Updated links in qt-webpages.qdoc to Digia equivalent.
Change-Id: I7b46898ae6ccc08d96095f1658f87c063aa6b487
Reviewed-by: Akseli Salovaara <akseli.salovaara@digia.com>
Reviewed-by: Martin Smith <martin.smith@digia.com>
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/dialogs/qcolordialog.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/dialogs/qcolordialog.cpp b/src/gui/dialogs/qcolordialog.cpp index 89b91db..b5ad7d2 100644 --- a/src/gui/dialogs/qcolordialog.cpp +++ b/src/gui/dialogs/qcolordialog.cpp @@ -1702,9 +1702,6 @@ static const Qt::WindowFlags DefaultWindowFlags = during the execution of the program. Use setCustomColor() to set the custom colors, and use customColor() to get them. - Additional widgets that allow users to pick colors are available - as \l{Qt Solutions}. - The \l{dialogs/standarddialogs}{Standard Dialogs} example shows how to use QColorDialog as well as other built-in Qt dialogs. |