summaryrefslogtreecommitdiffstats
path: root/src/gui/dialogs
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2012-10-30 14:57:17 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-02 20:15:07 +0100
commit9b055a679d20f912d7c99bc239c02c253a10c6a0 (patch)
tree420c2f507f1488c84e6bc9503ab19ed3c4af2d38 /src/gui/dialogs
parentab64c117b3bcded3844c5225c33ae92cee3fea0b (diff)
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/dialogs')
-rw-r--r--src/gui/dialogs/qcolordialog.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/dialogs/qcolordialog.cpp b/src/gui/dialogs/qcolordialog.cpp
index 89b91dbdee..b5ad7d2490 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.