summaryrefslogtreecommitdiffstats
path: root/src/gui/dialogs/qfontdialog.cpp
diff options
context:
space:
mode:
authorNorwegian Rock Cat <qt-info@nokia.com>2009-06-04 08:39:20 (GMT)
committerNorwegian Rock Cat <qt-info@nokia.com>2009-06-04 08:41:08 (GMT)
commitdf5c557e7777c8844ac866d730346178ad33a0a6 (patch)
tree4184bc39e099a3f45db18237e61988305d2c3e72 /src/gui/dialogs/qfontdialog.cpp
parentc755c1d3c6fe60a9018308e1ce13bae6821bc214 (diff)
downloadQt-df5c557e7777c8844ac866d730346178ad33a0a6.zip
Qt-df5c557e7777c8844ac866d730346178ad33a0a6.tar.gz
Qt-df5c557e7777c8844ac866d730346178ad33a0a6.tar.bz2
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/qfontdialog.cpp')
-rw-r--r--src/gui/dialogs/qfontdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/dialogs/qfontdialog.cpp b/src/gui/dialogs/qfontdialog.cpp
index aa1c553..9ea06ac 100644
--- a/src/gui/dialogs/qfontdialog.cpp
+++ b/src/gui/dialogs/qfontdialog.cpp
@@ -940,7 +940,7 @@ bool QFontDialogPrivate::sharedFontPanelAvailable = true;
\since 4.5
\overload
- Opens the dialog and connects its accepted() signal to the slot specified
+ Opens the dialog and connects its fontSelected() signal to the slot specified
by \a receiver and \a member.
The signal will be disconnected from the slot when the dialog is closed.