forked from qt-creator/qt-creator
WinUtils: Remove purged functions from header
Functions moved to FileUtils on 4de3b94840
Change-Id: I6e8690e8f0cce1bc7162b24d6c7d87d31a724ad8
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
b926435576
commit
e498a0185d
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user