summaryrefslogtreecommitdiffstats
path: root/src/gui/itemviews
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2011-04-11 15:44:03 +0200
committerOlivier Goffart <olivier.goffart@nokia.com>2011-05-10 12:54:44 +0200
commit82340de4c854e8058afdd50ca36b3fac184ee1a5 (patch)
treecc2dac400d131775ca981992cdb366e383e9e028 /src/gui/itemviews
parenta5cfc446ed6908519206b34e4805b2ee5512772d (diff)
Doc: Fixed reference to a name in a table.
Task-number: QTBUG-18679 (cherry picked from commit a769192ef0393afa07c08a1672b45604fdf64be1)
Diffstat (limited to 'src/gui/itemviews')
-rw-r--r--src/gui/itemviews/qdatawidgetmapper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/itemviews/qdatawidgetmapper.cpp b/src/gui/itemviews/qdatawidgetmapper.cpp
index 745ef5af91..dac4613071 100644
--- a/src/gui/itemviews/qdatawidgetmapper.cpp
+++ b/src/gui/itemviews/qdatawidgetmapper.cpp
@@ -291,7 +291,7 @@ void QDataWidgetMapperPrivate::_q_modelDestroyed()
\snippet doc/src/snippets/code/src_gui_itemviews_qdatawidgetmapper.cpp 0
After the call to toFirst(), \c mySpinBox displays the value \c{1}, \c myLineEdit
- displays \c {Nokia Corporation and/or its subsidiary(-ies)} and \c myCountryChooser displays \c{Oslo}. The
+ displays \c{Qt Norway} and \c myCountryChooser displays \c{Oslo}. The
navigational functions toFirst(), toNext(), toPrevious(), toLast() and setCurrentIndex()
can be used to navigate in the model and update the widgets with contents from
the model.