summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/corelib/io/qprocess.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/corelib/io/qprocess.cpp b/src/corelib/io/qprocess.cpp
index 3b78351809..d728bcce94 100644
--- a/src/corelib/io/qprocess.cpp
+++ b/src/corelib/io/qprocess.cpp
@@ -2227,6 +2227,8 @@ void QProcess::start(const QString &command, OpenMode mode)
}
/*!
+ \since 5.0
+
Returns the program the process was last started with.
\sa start()
@@ -2256,6 +2258,8 @@ void QProcess::setProgram(const QString &program)
}
/*!
+ \since 5.0
+
Returns the command line arguments the process was last started with.
\sa start()