summaryrefslogtreecommitdiffstats
path: root/src/core/unixprocessbackend.cpp
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@nokia.com>2012-02-01 15:56:40 +0100
committerGunnar Sletta <gunnar.sletta@nokia.com>2012-02-01 16:49:24 +0100
commitd8c4b920f1b7159ea48437a623939abfd217162e (patch)
treea0d10feea7b620ba8cd20849cec5ee06a0334802 /src/core/unixprocessbackend.cpp
parent0fc5c9bc9f113d8783e2b44b6686b5b5a1cba7c7 (diff)
Expose the process errorstring, to help with debugging
Change-Id: Iab69ce0937c57a4ec852247d192e16f73ca3ef27 Reviewed-by: Andrew Christian <andrew.christian@nokia.com>
Diffstat (limited to 'src/core/unixprocessbackend.cpp')
-rw-r--r--src/core/unixprocessbackend.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/core/unixprocessbackend.cpp b/src/core/unixprocessbackend.cpp
index c9bf3d6..06eb15b 100644
--- a/src/core/unixprocessbackend.cpp
+++ b/src/core/unixprocessbackend.cpp
@@ -327,6 +327,14 @@ void UnixProcessBackend::readyReadStandardError()
handleStandardError(m_process->readAllStandardError());
}
+/*!
+ \internal
+ */
+QString UnixProcessBackend::errorString() const
+{
+ return m_process->errorString();
+}
+
#include "moc_unixprocessbackend.cpp"
QT_END_NAMESPACE_PROCESSMANAGER