Delete comment

This commit is contained in:
David Rowe 2016-06-16 08:48:30 +12:00
parent 657f8fdad5
commit 775656eb1d

View file

@ -95,8 +95,6 @@ bool FileDialogHelper::urlIsWritable(const QUrl& url) {
// No file, get the parent directory and check if writable
return QFileInfo(fileInfo.absoluteDir().absolutePath()).isWritable();
// Note: Does not correctly detect on Windows that the OS drive root (i.e., C:/) cannot be written to. This even if turn on
// NTFS permissions checking.
}
QStringList FileDialogHelper::drives() {