From b14e4eb5f0a74e00be678c82d9e552b9e26ad91f Mon Sep 17 00:00:00 2001 From: Marcel Krems Date: Tue, 11 Mar 2014 21:10:26 +0100 Subject: [PATCH] Add missing \since 5.0 to QProcess::{program,arguments}. Change-Id: Ie2ce1860e1c63c0955b0a2bee7f8b33c91b9f628 Reviewed-by: Christian Kandeler --- src/corelib/io/qprocess.cpp | 4 ++++ 1 file changed, 4 insertions(+) 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()