diff options
Diffstat (limited to 'src/views/dolphinview.h')
| -rw-r--r-- | src/views/dolphinview.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h index 9d2032e9f..a06105cf3 100644 --- a/src/views/dolphinview.h +++ b/src/views/dolphinview.h @@ -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 |
