Drop QFile::fileEngine
authorJoão Abecasis <joao.abecasis@nokia.com>
Sat, 4 Feb 2012 00:10:55 +0000 (01:10 +0100)
committerQt by Nokia <qt-info@nokia.com>
Thu, 16 Feb 2012 00:59:56 +0000 (01:59 +0100)
commitaf115e5bc02eea489d7c15f62e07bc0d46781c3a
treeda38840ae0d861fefde51f7b6a3be0c42d9947d4
parent7a5bb18dc68326537ff0dc81932e715f1d129a83
Drop QFile::fileEngine

The function was already marked as internal.

By moving access to the underlying file engine to private API this
supports the effort to completely drop file engines from public API. In
the future, the goal is to completely drop the file-engine abstraction
as it exists today.

Change-Id: I332fa56e70c87e83c1e08bb9f75e04df7c93fec7
Reviewed-by: Jonas Gastal <jgastal@profusion.mobi>
Reviewed-by: Anselmo L. S. Melo <anselmo.melo@openbossa.org>
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
src/corelib/io/qfile.cpp
src/corelib/io/qfile.h
src/corelib/io/qfile_p.h
src/corelib/io/qtemporaryfile.cpp
src/corelib/io/qtemporaryfile.h