diff options
author | Jerome Pasion <jerome.pasion@digia.com> | 2013-06-03 10:37:35 (GMT) |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-06-03 11:17:07 (GMT) |
commit | 28f1ec59edfb40d9427401b88955d2ddcf953114 (patch) | |
tree | 147836a9bb29d1ae46d958088d28dd86a601e739 /src | |
parent | 07e96da1d3c5fb01cc969be20452770e62475fcc (diff) | |
download | Qt-28f1ec59edfb40d9427401b88955d2ddcf953114.zip Qt-28f1ec59edfb40d9427401b88955d2ddcf953114.tar.gz Qt-28f1ec59edfb40d9427401b88955d2ddcf953114.tar.bz2 |
Doc: Fixed typo in QDialog.
Task-number: QTBUG-31493
Change-Id: Ie112f601d629c794842d746e7b9c96849c74bdf6
Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/dialogs/qdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/dialogs/qdialog.cpp b/src/gui/dialogs/qdialog.cpp index 65441fb..a779ac0 100644 --- a/src/gui/dialogs/qdialog.cpp +++ b/src/gui/dialogs/qdialog.cpp @@ -99,7 +99,7 @@ QT_BEGIN_NAMESPACE buttons\endlink. QDialogs can also have a QSizeGrip in their lower-right corner, using setSizeGripEnabled(). - Note that QDialog (an any other widget that has type Qt::Dialog) uses + Note that QDialog (and any other widget that has type \c Qt::Dialog) uses the parent widget slightly differently from other classes in Qt. A dialog is always a top-level widget, but if it has a parent, its default location is centered on top of the parent's top-level widget |