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