From 4247519b4a8fc040e3170fd2ca3955477c67c27a Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Wed, 23 Feb 2011 16:24:41 +0100 Subject: [PATCH] Doc: include correct header file Task-number: QTCREATORBUG-3844 Reviewed-by: Niels Weber --- doc/examples/batteryindicator/mainwindow.h | 2 +- doc/qtcreator.qdoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/examples/batteryindicator/mainwindow.h b/doc/examples/batteryindicator/mainwindow.h index fe219713c2f..865d2619d9f 100644 --- a/doc/examples/batteryindicator/mainwindow.h +++ b/doc/examples/batteryindicator/mainwindow.h @@ -5,7 +5,7 @@ #include //! [1] -#include +#include //! [1] //! [2] diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc index b768dc19ba0..d91df4717d9 100644 --- a/doc/qtcreator.qdoc +++ b/doc/qtcreator.qdoc @@ -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