summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs/qcolordialog.cpp
diff options
context:
space:
mode:
authorGabriel de Dietrich <gabriel.dietrich-de@nokia.com>2012-08-16 18:39:53 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-20 16:42:06 +0200
commit3a888a7182ea8428f8a6ed3fdded70e3c6c6816b (patch)
tree7a12ec0ce122825fd97a9e884d3c1199b7397db3 /src/widgets/dialogs/qcolordialog.cpp
parentb9ef4a9c3047228ec007ac81ff0a304f8cc274b7 (diff)
Remove dialogs doc related warnings
Change-Id: I79a771d18913237d894ca1a5aeaa07586106c645 Reviewed-by: J-P Nurmi <j-p.nurmi@nokia.com>
Diffstat (limited to 'src/widgets/dialogs/qcolordialog.cpp')
-rw-r--r--src/widgets/dialogs/qcolordialog.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/widgets/dialogs/qcolordialog.cpp b/src/widgets/dialogs/qcolordialog.cpp
index 7a4c30f399..d589156c1e 100644
--- a/src/widgets/dialogs/qcolordialog.cpp
+++ b/src/widgets/dialogs/qcolordialog.cpp
@@ -1658,15 +1658,12 @@ 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.
\image plastique-colordialog.png A color dialog in the Plastique widget style.
- \sa QColor, QFileDialog, QPrintDialog, QFontDialog, {Standard Dialogs Example}
+ \sa QColor, QFileDialog, QFontDialog, {Standard Dialogs Example}
*/
/*!