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>
|
#include <QtGui/QMainWindow>
|
||||||
|
|
||||||
//! [1]
|
//! [1]
|
||||||
#include <QSystemInfo>
|
#include <QSystemDeviceInfo>
|
||||||
//! [1]
|
//! [1]
|
||||||
|
|
||||||
//! [2]
|
//! [2]
|
||||||
|
@@ -4616,7 +4616,7 @@
|
|||||||
\o In the \gui{Projects} view, double-click the \c{mainwindow.h} file
|
\o In the \gui{Projects} view, double-click the \c{mainwindow.h} file
|
||||||
to open it for editing.
|
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:
|
code snippet:
|
||||||
|
|
||||||
\snippet examples/batteryindicator/mainwindow.h 1
|
\snippet examples/batteryindicator/mainwindow.h 1
|
||||||
|
Reference in New Issue
Block a user