diff options
author | Erik Kundiman <erik@megapahit.org> | 2025-04-25 21:32:04 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2025-04-25 21:32:04 +0800 |
commit | b74c8ee3fee8dd640f40250ed09f213afa72cefc (patch) | |
tree | cdad4aa47d4c669292591154b9c3bc1851629dd6 /indra/newview/llfolderviewmodelinventory.h | |
parent | 0dd799f109760f00103a6c58b437aaf3148adc75 (diff) | |
parent | ec6c988bbbc59aed218d3629bf0c13192f6b726c (diff) |
Merge tag 'Second_Life_Release#ec6c988-2025.05' into 2025.05
Diffstat (limited to 'indra/newview/llfolderviewmodelinventory.h')
-rw-r--r-- | indra/newview/llfolderviewmodelinventory.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfolderviewmodelinventory.h b/indra/newview/llfolderviewmodelinventory.h index 04b0b6e8f4..74645a19e0 100644 --- a/indra/newview/llfolderviewmodelinventory.h +++ b/indra/newview/llfolderviewmodelinventory.h @@ -59,6 +59,7 @@ public: virtual EInventorySortGroup getSortGroup() const = 0; virtual LLInventoryObject* getInventoryObject() const = 0; virtual void requestSort(); + virtual bool canSortContent() const { return getUUID().notNull(); } virtual void setPassedFilter(bool filtered, S32 filter_generation, std::string::size_type string_offset = std::string::npos, std::string::size_type string_size = 0); virtual bool filter( LLFolderViewFilter& filter); virtual bool filterChildItem( LLFolderViewModelItem* item, LLFolderViewFilter& filter); |