mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Delete comment
This commit is contained in:
parent
657f8fdad5
commit
775656eb1d
1 changed files with 0 additions and 2 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue