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:23:45 +1000 |
commit | 1ac492f796364b35a681c1bab1dce81e1798b365 (patch) | |
tree | 588604f2ed96602195641f5ae5d0864162f2a828 /ark/filelistview.h | |
parent | 0123b079a9817ccd7bf4791db673b77414dad414 (diff) | |
download | tdeutils-1ac492f796364b35a681c1bab1dce81e1798b365.tar.gz tdeutils-1ac492f796364b35a681c1bab1dce81e1798b365.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>
(cherry picked from commit 058176316ee0b92a9d50d0c842690869af09e3de)
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. */ |