]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/views/viewproperties.h
The &-shortcut from another action is not set until the action has been shown at...
[dolphin.git] / src / views / viewproperties.h
index 2db67c0f390f74098d2b0c9262c61cb31ec33ee2..787122d354444c5cbac67048118c4066a4e4f214 100644 (file)
@@ -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: