summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qfilesystemengine_win.cpp
diff options
context:
space:
mode:
authorJoão Abecasis <joao.abecasis@nokia.com>2012-02-05 00:46:08 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-06 16:48:22 +0100
commiteeb9861a91bcb5b5122e26012587bbcd619da2d4 (patch)
tree3c89c1567c05313299e8255807047da6c09e623d /src/corelib/io/qfilesystemengine_win.cpp
parenteffbc9edc57fd8a2e40729a76004fe4f5fafcf49 (diff)
Inline information about FS case sensitivity
As far as Qt is concerned, this information is static and depends only on the platform. By moving the definition to the header we allow the information to be directly used by the compiler, forgoing the need to export the function to interested users. Change-Id: I43de585391d41204d3c3560ac6e65e5a88aee11c Reviewed-by: Jonas Gastal <jgastal@profusion.mobi> Reviewed-by: Shane Kearns <ext-shane.2.kearns@nokia.com>
Diffstat (limited to 'src/corelib/io/qfilesystemengine_win.cpp')
-rw-r--r--src/corelib/io/qfilesystemengine_win.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/corelib/io/qfilesystemengine_win.cpp b/src/corelib/io/qfilesystemengine_win.cpp
index 6ebaadad7e..b04018ca0f 100644
--- a/src/corelib/io/qfilesystemengine_win.cpp
+++ b/src/corelib/io/qfilesystemengine_win.cpp
@@ -472,11 +472,6 @@ void QFileSystemEngine::clearWinStatData(QFileSystemMetaData &data)
data.lastWriteTime_ = FILETIME();
}
-bool QFileSystemEngine::isCaseSensitive()
-{
- return false;
-}
-
//static
QFileSystemEntry QFileSystemEngine::getLinkTarget(const QFileSystemEntry &link,
QFileSystemMetaData &data)