diff options
| author | Piotr Henryk Dabrowski <[email protected]> | 2020-03-10 17:11:49 +0100 |
|---|---|---|
| committer | Piotr Henryk Dabrowski <[email protected]> | 2020-12-29 16:06:40 +0100 |
| commit | 741072272f5d8b45228a3adc9ccb873abf78f891 (patch) | |
| tree | 0dc3ea185f38904e90cad88ef54a7eb3e7043e91 /src/dolphinpart.h | |
| parent | b5885871d882883a8e2dc6312449a63d82a641f1 (diff) | |
update KParts' ReadOnlyPart::localFilePath in DolphinPart::openUrl()
Diffstat (limited to 'src/dolphinpart.h')
| -rw-r--r-- | src/dolphinpart.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dolphinpart.h b/src/dolphinpart.h index 16c49f96e..a2088d4a2 100644 --- a/src/dolphinpart.h +++ b/src/dolphinpart.h @@ -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; |
