summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qprocess_unix.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/io/qprocess_unix.cpp')
-rw-r--r--src/corelib/io/qprocess_unix.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/corelib/io/qprocess_unix.cpp b/src/corelib/io/qprocess_unix.cpp
index a862ce1015..6d5c71af90 100644
--- a/src/corelib/io/qprocess_unix.cpp
+++ b/src/corelib/io/qprocess_unix.cpp
@@ -357,6 +357,11 @@ void QProcessPrivate::destroyPipe(int *pipe)
}
}
+void QProcessPrivate::destroyChannel(Channel *channel)
+{
+ destroyPipe(channel->pipe);
+}
+
/*
Create the pipes to a QProcessPrivate::Channel.