From 67e52d5b57e604ba82351b8edb038a5adbaf8c5a Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Tue, 14 Jul 2009 14:22:21 +0200 Subject: outdated comment in qfsfileengine_win.cpp removed Reviewed-by: TrustMe --- src/corelib/io/qfsfileengine_win.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/corelib/io/qfsfileengine_win.cpp b/src/corelib/io/qfsfileengine_win.cpp index 5365ff5..fcace33 100644 --- a/src/corelib/io/qfsfileengine_win.cpp +++ b/src/corelib/io/qfsfileengine_win.cpp @@ -607,7 +607,6 @@ qint64 QFSFileEnginePrivate::nativePos() const #if !defined(QT_NO_LIBRARY) && !defined(Q_OS_WINCE) } - // This approach supports large files. LARGE_INTEGER currentFilePos; LARGE_INTEGER offset; offset.QuadPart = 0; @@ -651,7 +650,6 @@ bool QFSFileEnginePrivate::nativeSeek(qint64 pos) #if !defined(QT_NO_LIBRARY) && !defined(Q_OS_WINCE) } - // This approach supports large files. LARGE_INTEGER currentFilePos; LARGE_INTEGER offset; offset.QuadPart = pos; -- cgit v0.12