Skip to content

Commit ec65433

Browse files
author
Qt Continuous Integration System
committed
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qa-staging into 4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/qt-qa-staging: Doc: Fix example code
2 parents ff4ad44 + 657b335 commit ec65433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/getting-started/gettingstartedqt.qdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@
374374
\code
375375
25 Notepad::Notepad()
376376
26 {
377-
27 saveAction = new QAction(tr("&Open"), this);
377+
27 openAction = new QAction(tr("&Open"), this);
378378
28 saveAction = new QAction(tr("&Save"), this);
379379
29 exitAction = new QAction(tr("E&xit"), this);
380380
30

0 commit comments

Comments
 (0)