Inline information about FS case sensitivity
authorJoão Abecasis <joao.abecasis@nokia.com>
Sat, 4 Feb 2012 23:46:08 +0000 (00:46 +0100)
committerQt by Nokia <qt-info@nokia.com>
Mon, 6 Feb 2012 15:48:22 +0000 (16:48 +0100)
commiteeb9861a91bcb5b5122e26012587bbcd619da2d4
tree3c89c1567c05313299e8255807047da6c09e623d
parenteffbc9edc57fd8a2e40729a76004fe4f5fafcf49
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>
src/corelib/io/qfilesystemengine_p.h
src/corelib/io/qfilesystemengine_unix.cpp
src/corelib/io/qfilesystemengine_win.cpp