*/
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
QSet<QString> m_newFileNames;
// For unit tests
- friend class TestHelper;
+ friend class TestBase;
};
/// Allow using DolphinView::Mode in QVariant