diff options
Diffstat (limited to 'akregator/src/treenode.h')
-rw-r--r-- | akregator/src/treenode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/akregator/src/treenode.h b/akregator/src/treenode.h index d6c6f860e..b50b050a6 100644 --- a/akregator/src/treenode.h +++ b/akregator/src/treenode.h @@ -112,7 +112,7 @@ public: virtual void setParent(Folder* tqparent); - /** Returns a sequence of the articles this node tqcontains. For feed groups, this returns a concatenated list of all articles in the sub tree. + /** Returns a sequence of the articles this node contains. For feed groups, this returns a concatenated list of all articles in the sub tree. If @c tag is not null, only articles tagged with @c tag are returned @return sequence of articles */ |