forked from qt-creator/qt-creator
Doc: include correct header file
Task-number: QTCREATORBUG-3844 Reviewed-by: Niels Weber
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include <QtGui/QMainWindow>
|
||||
|
||||
//! [1]
|
||||
#include <QSystemInfo>
|
||||
#include <QSystemDeviceInfo>
|
||||
//! [1]
|
||||
|
||||
//! [2]
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user