diff options
author | Fabio Rossi <rossi.f@inwind.it> | 2016-04-23 22:19:52 +1000 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2016-04-23 22:19:52 +1000 |
commit | 058176316ee0b92a9d50d0c842690869af09e3de (patch) | |
tree | e4563277953c002bf0bc4c434f4170b0ea170a57 /ark/filelistview.h | |
parent | 4e99fc39eb61da7ad6fedaa05df76101c6db571e (diff) | |
download | tdeutils-058176316ee0b92a9d50d0c842690869af09e3de.tar.gz tdeutils-058176316ee0b92a9d50d0c842690869af09e3de.zip |
Ark: info for folders in rar archives are now displayed as well.
This relates to bug 2541.
Signed-off-by: Fabio Rossi <rossi.f@inwind.it>
Patch updated and slightly reworked to fit TQt framework
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ark/filelistview.h')
-rw-r--r-- | ark/filelistview.h | 10 |
1 files changed, 8 insertions, 2 deletions
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. */ |