From 058176316ee0b92a9d50d0c842690869af09e3de Mon Sep 17 00:00:00 2001 From: Fabio Rossi Date: Sat, 23 Apr 2016 22:19:52 +1000 Subject: Ark: info for folders in rar archives are now displayed as well. This relates to bug 2541. Signed-off-by: Fabio Rossi Patch updated and slightly reworked to fit TQt framework Signed-off-by: Michele Calgaro --- ark/filelistview.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'ark/filelistview.h') diff --git a/ark/filelistview.h b/ark/filelistview.h index 82ce86d..d3dd616 100644 --- a/ark/filelistview.h +++ b/ark/filelistview.h @@ -110,8 +110,14 @@ class FileListView: public TDEListView * Adds a file and stats to the file listing * @param entries A stringlist of the entries for each column of the list. */ - void addItem( const TQStringList & entries ); - + void addItem( const TQStringList& entries ); + + /** + * Updates a file or folder item already included in the listview + * @param entries A stringlist of the updated entries for each column of the list. + */ + void updateItem( const TQStringList& entries ); + /** * Returns the number of files in the archive. */ -- cgit v1.2.3