summaryrefslogtreecommitdiff
path: root/indra/llui
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2013-01-07 15:32:47 -0800
committerMerov Linden <merov@lindenlab.com>2013-01-07 15:32:47 -0800
commit3d0ec3da5baea6bb2b9b72707a884ac7b516c4fd (patch)
tree642d19a726a5926a9845cc954e89c9301cbf4d8e /indra/llui
parent613b7a45a783f961a38d7135eb7eeafd572b13b9 (diff)
CHUI-659 : WIP : Verified (tested) and cleaned up some CHUI-101 refactoring code.
Diffstat (limited to 'indra/llui')
-rw-r--r--indra/llui/llfolderviewmodel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llui/llfolderviewmodel.h b/indra/llui/llfolderviewmodel.h
index 7019857c0f..5837052565 100644
--- a/indra/llui/llfolderviewmodel.h
+++ b/indra/llui/llfolderviewmodel.h
@@ -401,8 +401,8 @@ public:
virtual const FilterType& getFilter() const { return mFilter; }
virtual void setFilter(const FilterType& filter) { mFilter = filter; }
- // TODO RN: remove this and put all filtering logic in view model
- // add getStatusText and isFiltering()
+ // By default, we assume the content is available. If a network fetch mechanism is implemented for the model,
+ // this method needs to be overloaded and return the relevant fetch status.
virtual bool contentsReady() { return true; }