# HG changeset patch # User Chris Cannam # Date 1318003384 -3600 # Node ID 66de0ad10bb382fab4f689ae79a9a7c28cf12f1c # Parent 32773072e4af3792b3abbc093ba8d5cbfeafbef7 Remove out-of-context comment diff -r 32773072e4af -r 66de0ad10bb3 base/ResourceFinder.cpp --- a/base/ResourceFinder.cpp Wed Sep 28 16:49:50 2011 +0100 +++ b/base/ResourceFinder.cpp Fri Oct 07 17:03:04 2011 +0100 @@ -286,15 +286,6 @@ return false; } - // Now since the file is in the user's editable space, the user should get - // to edit it. The chords.xml file I unbundled came out 444 instead of 644 - // which won't do. Rather than put the chmod code there, I decided to put - // it here, because I think it will always be appropriate to make unbundled - // files editable. That's rather the point in many cases, and for the rest, - // nobody will likely notice they could have edited their font files or what - // have you that were unbundled to improve performance. (Dissenting - // opinions welcome. We can always shuffle this somewhere else if - // necessary. There are many possibilities.) QFile chmod(target); chmod.setPermissions(QFile::ReadOwner | QFile::ReadUser | /* for potential platform-independence */