aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/qtcprocess.h
diff options
context:
space:
mode:
authorhjk <hjk@theqtcompany.com>2015-09-11 13:13:04 +0200
committerhjk <hjk@theqtcompany.com>2015-09-16 12:08:16 +0000
commit77661e378a60465b1f3b39fcf56dd66923af2b84 (patch)
treeeb2ac393d46da9f95713706cdcc90dd753e8ab03 /src/libs/utils/qtcprocess.h
parent1a8faab311ea954adedae61f553c2b5b4373304d (diff)
Utils: Remove qPidToPid() adapter function
Since Qt 5.3, there's a QProcess::processId() providing direct access. Change-Id: Ia9c143c7a92ec61d1aa36ff3f4670ba72a509634 Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com> Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
Diffstat (limited to 'src/libs/utils/qtcprocess.h')
-rw-r--r--src/libs/utils/qtcprocess.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libs/utils/qtcprocess.h b/src/libs/utils/qtcprocess.h
index 9587ca26f2..ebb4e9f124 100644
--- a/src/libs/utils/qtcprocess.h
+++ b/src/libs/utils/qtcprocess.h
@@ -157,10 +157,6 @@ private:
bool m_useCtrlCStub;
};
-// Converts the Q_PID into a integer value. This is a no-op
-// except on Windows.
-QTCREATOR_UTILS_EXPORT unsigned long qPidToPid(const Q_PID qpid);
-
} // namespace Utils
#endif // QTCPROCESS_H