X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/1e8e05e81f50a7567cc67666ffb8bccab9a10199..39f89141b06c:/src/views/viewproperties.h diff --git a/src/views/viewproperties.h b/src/views/viewproperties.h index 2db67c0f3..787122d35 100644 --- a/src/views/viewproperties.h +++ b/src/views/viewproperties.h @@ -149,6 +149,11 @@ private: */ QString viewModePrefix() const; + /** + * Returns true, if \a filePath is part of the home-path (see QDir::homePath()). + */ + static bool isPartOfHome(const QString& filePath); + Q_DISABLE_COPY(ViewProperties) private: