From 565463fb1e7066a1aff4bc6fc4db0678c1747a2d Mon Sep 17 00:00:00 2001 From: Jason Barron Date: Mon, 25 May 2009 15:58:23 +0200 Subject: Compile on Qt/Symbian. The 'in' variable was removed in f1e9c0f3d2 so we don't need this line anymore. --- src/corelib/io/qfile.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/corelib/io/qfile.cpp b/src/corelib/io/qfile.cpp index 4277779..551485d 100644 --- a/src/corelib/io/qfile.cpp +++ b/src/corelib/io/qfile.cpp @@ -741,7 +741,6 @@ QFile::rename(const QString &newName) error = true; } if(!error) { - in.close(); if (!remove()) { d->setError(QFile::RenameError, tr("Cannot remove source file")); error = true; -- cgit v0.12