X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/619300e36035794cd885c6248af2c9d906453eea..refs/heads/master:/src/dolphinviewcontainer.h diff --git a/src/dolphinviewcontainer.h b/src/dolphinviewcontainer.h index 419b9f5b1..d2d322b08 100644 --- a/src/dolphinviewcontainer.h +++ b/src/dolphinviewcontainer.h @@ -460,6 +460,12 @@ private: */ QRect preferredSmallStatusBarGeometry(); + /** + * Check if a folder can be created at url. + * This method supports only local URLs. + */ + bool isTopMostParentFolderWritable(QUrl url); + protected: bool eventFilter(QObject *object, QEvent *event) override;