summaryrefslogtreecommitdiffstats
path: root/src/gui/dialogs
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2013-06-03 12:37:35 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-06-03 13:17:07 +0200
commit28f1ec59edfb40d9427401b88955d2ddcf953114 (patch)
tree147836a9bb29d1ae46d958088d28dd86a601e739 /src/gui/dialogs
parent07e96da1d3c5fb01cc969be20452770e62475fcc (diff)
Doc: Fixed typo in QDialog.
Task-number: QTBUG-31493 Change-Id: Ie112f601d629c794842d746e7b9c96849c74bdf6 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
Diffstat (limited to 'src/gui/dialogs')
-rw-r--r--src/gui/dialogs/qdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/dialogs/qdialog.cpp b/src/gui/dialogs/qdialog.cpp
index 65441fb9e5..a779ac0de8 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