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 4acccdd81..d2d322b08 100644 --- a/src/dolphinviewcontainer.h +++ b/src/dolphinviewcontainer.h @@ -464,7 +464,7 @@ private: * Check if a folder can be created at url. * This method supports only local URLs. */ - bool isFolderCreatable(QUrl url); + bool isTopMostParentFolderWritable(QUrl url); protected: bool eventFilter(QObject *object, QEvent *event) override; |
