diff options
Diffstat (limited to 'src/dolphinviewcontainer.h')
| -rw-r--r-- | src/dolphinviewcontainer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinviewcontainer.h b/src/dolphinviewcontainer.h index 8ff1c59e0..3829a4f78 100644 --- a/src/dolphinviewcontainer.h +++ b/src/dolphinviewcontainer.h @@ -466,7 +466,7 @@ private: * Check if a folder can be created at url. * This method supports only local URLs. */ - bool isTopMostParentFolderWritable(QUrl url); + bool isTopMostExistingParentFolderWritable(QUrl url); protected: bool eventFilter(QObject *object, QEvent *event) override; |
