Doc: include correct header file

Task-number: QTCREATORBUG-3844

Reviewed-by: Niels Weber
This commit is contained in:
Leena Miettinen
2011-02-23 16:24:41 +01:00
parent db2508a28f
commit 4247519b4a
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
#include <QtGui/QMainWindow>
//! [1]
#include <QSystemInfo>
#include <QSystemDeviceInfo>
//! [1]
//! [2]

View File

@@ -4616,7 +4616,7 @@
\o In the \gui{Projects} view, double-click the \c{mainwindow.h} file
to open it for editing.
\o Include the System Info header file, as illustrated by the following
\o Include the System Device Info header file, as illustrated by the following
code snippet:
\snippet examples/batteryindicator/mainwindow.h 1