From e498a0185dc19b179dfa2f14f4b9bf15535faefc Mon Sep 17 00:00:00 2001 From: Orgad Shaneh <orgad.shaneh@audiocodes.com> Date: Tue, 29 Oct 2013 08:35:11 +0200 Subject: [PATCH] WinUtils: Remove purged functions from header Functions moved to FileUtils on 4de3b9484051483f6f0329f1ec0c3feef325045c Change-Id: I6e8690e8f0cce1bc7162b24d6c7d87d31a724ad8 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> --- src/libs/utils/winutils.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/libs/utils/winutils.h b/src/libs/utils/winutils.h index c69a1c6b150..368fb68b3a6 100644 --- a/src/libs/utils/winutils.h +++ b/src/libs/utils/winutils.h @@ -50,15 +50,6 @@ QTCREATOR_UTILS_EXPORT QString winGetDLLVersion(WinDLLVersionType t, const QString &name, QString *errorMessage); -// Return the short (8.3) file name -QTCREATOR_UTILS_EXPORT QString getShortPathName(const QString &name); - -// Returns long name -QTCREATOR_UTILS_EXPORT QString getLongPathName(const QString &name); - -// Returns long name with canonical capitalization. -QTCREATOR_UTILS_EXPORT QString normalizePathName(const QString &name); - QTCREATOR_UTILS_EXPORT bool winIs64BitSystem(); // Check for a 64bit binary. -- GitLab