]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinpart.h
update KParts' ReadOnlyPart::localFilePath in DolphinPart::openUrl()
[dolphin.git] / src / dolphinpart.h
index 16c49f96e1f7f767b69e0dc3c0241c8ec1b906d5..a2088d4a2febec40530b95e088bb9b40b9a1b822 100644 (file)
@@ -218,6 +218,8 @@ private:
 
     void openSelectionDialog(const QString& title, const QString& text,
                              bool selectItems);
+    QString urlToLocalFilePath(const QUrl &url);
+    QString localFilePathOrHome() const;
 
 private:
     DolphinView* m_view;