Utils: Rename winQPidToPid to qPidToPid

... and make it a no-op on non-Windows. Saves #ifdefs.

Change-Id: Ie791f7b9f1a425325d0b889e73758c5f7f7e6ad2
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
hjk
2013-07-12 09:00:12 +02:00
parent 80e657b390
commit b89afac9d4
7 changed files with 26 additions and 26 deletions

View File

@@ -155,6 +155,10 @@ private:
#endif
};
}
// 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