┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinviewcontainer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dolphinviewcontainer.h')
-rw-r--r--src/dolphinviewcontainer.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/dolphinviewcontainer.h b/src/dolphinviewcontainer.h
index 419b9f5b1..4acccdd81 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 isFolderCreatable(QUrl url);
+
protected:
bool eventFilter(QObject *object, QEvent *event) override;