debugger: move Q_OS_WIN to dbgwinutils.h

Change-Id: Ic84179e34d7ef79016d7646b6502f188c00b0bac
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
hjk
2011-11-03 11:29:02 +01:00
committed by hjk
parent 6583244130
commit 2b8e8cd8df
9 changed files with 38 additions and 47 deletions

View File

@@ -69,7 +69,6 @@ QTCREATOR_UTILS_EXPORT bool winIs64BitSystem();
// Check for a 64bit binary.
QTCREATOR_UTILS_EXPORT bool winIs64BitBinary(const QString &binary);
} // namespace Utils
#endif // WINUTILS_H