Add helper to find out about Windows 32/64bit for Debuggers.

This commit is contained in:
Friedemann Kleint
2010-10-29 15:35:14 +02:00
parent 0d6601e424
commit 71bf6d5659
2 changed files with 16 additions and 1 deletions

View File

@@ -56,5 +56,7 @@ QTCREATOR_UTILS_EXPORT QString getShortPathName(const QString &name,
QTCREATOR_UTILS_EXPORT unsigned long winQPidToPid(const Q_PID qpid);
QTCREATOR_UTILS_EXPORT bool winIs64BitSystem();
} // namespace Utils
#endif // WINUTILS_H