summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
diff options
context:
space:
mode:
authorAleksey Lysenko <lysenkoalexmail@gmail.com>2017-01-03 22:41:20 +0200
committerAleksey Lysenko <lysenkoalexmail@gmail.com>2017-01-04 07:20:06 +0000
commit1b82a9aea5e2385c08543f3a9ebbed71a0bae3cc (patch)
tree4f075a809877b784f9192bf8f9c79f1148450907 /src/corelib/io
parentc96a4058f1d8979279c249e4ecd96e2bb4945ddb (diff)
Doc: add note about unsupported platforms for QProcess
Task-number: QTBUG-57840 Change-Id: I46a26a9c4c6ad0aa6994945091a2904c3b51080f Reviewed-by: Martin Smith <martin.smith@qt.io> Reviewed-by: Jake Petroules <jake.petroules@qt.io>
Diffstat (limited to 'src/corelib/io')
-rw-r--r--src/corelib/io/qprocess.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/corelib/io/qprocess.cpp b/src/corelib/io/qprocess.cpp
index 23a3cc1a16..c7d6cb426d 100644
--- a/src/corelib/io/qprocess.cpp
+++ b/src/corelib/io/qprocess.cpp
@@ -509,6 +509,9 @@ void QProcessPrivate::Channel::clear()
You can also call error() to find the type of error that occurred
last, and state() to find the current process state.
+ \note QProcess is not supported on VxWorks, iOS, tvOS, watchOS,
+ or the Universal Windows Platform.
+
\section1 Communicating via Channels
Processes have two predefined output channels: The standard