diff options
author | Sergio Ahumada <sergio.ahumada@nokia.com> | 2011-10-21 21:15:05 (GMT) |
---|---|---|
committer | Sergio Ahumada <sergio.ahumada@nokia.com> | 2011-10-21 21:15:05 (GMT) |
commit | 657b33557df8a997d7d440f33fd9fa34e97d1e0a (patch) | |
tree | fca9d39edb579cd7ec22dc4386586bf0332d9583 /doc | |
parent | ff4ad4409109c4c805f7d931c6b76095016618f4 (diff) | |
download | Qt-657b33557df8a997d7d440f33fd9fa34e97d1e0a.zip Qt-657b33557df8a997d7d440f33fd9fa34e97d1e0a.tar.gz Qt-657b33557df8a997d7d440f33fd9fa34e97d1e0a.tar.bz2 |
Doc: Fix example code
Task-number: QTWEBSITE-281
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/getting-started/gettingstartedqt.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/getting-started/gettingstartedqt.qdoc b/doc/src/getting-started/gettingstartedqt.qdoc index fc9d799..eda5ee1 100644 --- a/doc/src/getting-started/gettingstartedqt.qdoc +++ b/doc/src/getting-started/gettingstartedqt.qdoc @@ -374,7 +374,7 @@ \code 25 Notepad::Notepad() 26 { -27 saveAction = new QAction(tr("&Open"), this); +27 openAction = new QAction(tr("&Open"), this); 28 saveAction = new QAction(tr("&Save"), this); 29 exitAction = new QAction(tr("E&xit"), this); 30 |