summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2012-10-30 13:57:17 (GMT)
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-02 19:15:07 (GMT)
commit9b055a679d20f912d7c99bc239c02c253a10c6a0 (patch)
tree420c2f507f1488c84e6bc9503ab19ed3c4af2d38 /src
parentab64c117b3bcded3844c5225c33ae92cee3fea0b (diff)
downloadQt-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')
-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 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.