]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/views/dolphinview.h
Added implementation of the FileInfoExtension to allow KPart plugins to obtain such...
[dolphin.git] / src / views / dolphinview.h
index 0c88d27ff522c21a6a8d8295722e0c85d82ee07c..a06105cf3c8808a0b2d3358efd785c67be0a7d43 100644 (file)
@@ -324,6 +324,11 @@ public:
      */
     void saveState(QDataStream& stream);
 
+    /**
+     * Returns all the items in the current view.
+     */
+    KFileItemList allItems() const;
+
 public slots:
     /**
      * Changes the directory to \a url. If the current directory is equal to
@@ -799,7 +804,7 @@ private:
     QSet<QString> m_newFileNames;
 
     // For unit tests
-    friend class TestHelper;
+    friend class TestBase;
 };
 
 /// Allow using DolphinView::Mode in QVariant