X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/42cd439af882c78e6e3c1f6a58dd8d47ce47ff57..e9bd295b:/src/dolphinpart.h diff --git a/src/dolphinpart.h b/src/dolphinpart.h index 16c49f96e..25d76950c 100644 --- a/src/dolphinpart.h +++ b/src/dolphinpart.h @@ -9,6 +9,7 @@ #include +#include #include class DolphinNewFileMenu; @@ -218,6 +219,8 @@ private: void openSelectionDialog(const QString& title, const QString& text, bool selectItems); + QString urlToLocalFilePath(const QUrl &url); + QString localFilePathOrHome() const; private: DolphinView* m_view;