diff options
author | Thomas Zander <t.zander@nokia.com> | 2010-09-15 12:44:58 (GMT) |
---|---|---|
committer | Thomas Zander <t.zander@nokia.com> | 2010-09-16 14:10:05 (GMT) |
commit | 186bcd5f6f65ce4d52b2e9cd0c25caba0ae66eda (patch) | |
tree | 6f15c9e8864f1feceeb7cf08848e35cf536f9cb2 /src | |
parent | 4d45a868536a235b33029115a70795119b8f3822 (diff) | |
download | Qt-186bcd5f6f65ce4d52b2e9cd0c25caba0ae66eda.zip Qt-186bcd5f6f65ce4d52b2e9cd0c25caba0ae66eda.tar.gz Qt-186bcd5f6f65ce4d52b2e9cd0c25caba0ae66eda.tar.bz2 |
Remove stale comment
Diffstat (limited to 'src')
-rw-r--r-- | src/corelib/io/qfileinfo.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/corelib/io/qfileinfo.cpp b/src/corelib/io/qfileinfo.cpp index 4f5a4ab..471da2e 100644 --- a/src/corelib/io/qfileinfo.cpp +++ b/src/corelib/io/qfileinfo.cpp @@ -397,7 +397,6 @@ bool QFileInfo::operator==(const QFileInfo &fileinfo) const return false; sensitive = QFileSystemEngine::isCaseSensitive() ? Qt::CaseSensitive : Qt::CaseInsensitive; - // if both are native just compare the canonicalFilePath of both. } else { if (d->fileEngine->caseSensitive() != fileinfo.d_ptr->fileEngine->caseSensitive()) return false; |