summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qprocess.cpp
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2012-08-23 12:22:38 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-23 13:22:23 +0200
commit7b39a06fab64feb985982392f8db2b52fcd321f0 (patch)
treefc48e8ec90a38d580444c2c2d53810c1295d5c6e /src/corelib/io/qprocess.cpp
parentacc4c28ef7d73e870df78e30178ec43b8b6c39da (diff)
Doc: Add \inmodule QtCore to all QtCore class doc bodies
Change-Id: I19100755c97cc155c76a859e19940e9f9222d34e Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'src/corelib/io/qprocess.cpp')
-rw-r--r--src/corelib/io/qprocess.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/corelib/io/qprocess.cpp b/src/corelib/io/qprocess.cpp
index e201aefaa3..b2f8d5e0b4 100644
--- a/src/corelib/io/qprocess.cpp
+++ b/src/corelib/io/qprocess.cpp
@@ -103,6 +103,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QProcessEnvironment
+ \inmodule QtCore
\brief The QProcessEnvironment class holds the environment variables that
can be passed to a program.
@@ -440,6 +441,7 @@ void QProcessPrivate::Channel::clear()
/*!
\class QProcess
+ \inmodule QtCore
\brief The QProcess class is used to start external programs and
to communicate with them.