summaryrefslogtreecommitdiffstats
path: root/src/gui/dialogs/qcolordialog.cpp
diff options
context:
space:
mode:
authorNorwegian Rock Cat <qt-info@nokia.com>2009-06-04 10:39:20 +0200
committerNorwegian Rock Cat <qt-info@nokia.com>2009-06-04 10:41:08 +0200
commitdf5c557e7777c8844ac866d730346178ad33a0a6 (patch)
tree4184bc39e099a3f45db18237e61988305d2c3e72 /src/gui/dialogs/qcolordialog.cpp
parentc755c1d3c6fe60a9018308e1ce13bae6821bc214 (diff)
Document the proper signals that the ::open() convenience connects to.
We were saying that it connected to accepted it all these cases, but it actually is doing some nice magic that makes sense assuming you document it.
Diffstat (limited to 'src/gui/dialogs/qcolordialog.cpp')
-rw-r--r--src/gui/dialogs/qcolordialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/dialogs/qcolordialog.cpp b/src/gui/dialogs/qcolordialog.cpp
index 3aa04f6a5b..4702d14c7a 100644
--- a/src/gui/dialogs/qcolordialog.cpp
+++ b/src/gui/dialogs/qcolordialog.cpp
@@ -1749,7 +1749,7 @@ void QColorDialog::setVisible(bool visible)
\overload
\since 4.5
- Opens the dialog and connects its accepted() signal to the slot specified
+ Opens the dialog and connects its colorSelected() signal to the slot specified
by \a receiver and \a member.
The signal will be disconnected from the slot when the dialog is closed.