summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qprocess.cpp
diff options
context:
space:
mode:
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.