Actually use LLWearable::mDescription.

Set LLWearable::mDescription and keep it up to date.
This allows to export (and import) the description of wearables.
This commit is contained in:
Aleric Inglewood
2013-07-19 21:17:42 +02:00
parent 66ef619415
commit 95a228b2e9
15 changed files with 110 additions and 10 deletions

View File

@@ -58,6 +58,7 @@ public:
GESTURE = 64,
REBUILD = 128, // Item UI changed (e.g. item type different)
SORT = 256, // Folder needs to be resorted.
DESCRIPTION = 0x10000, // Singu extension to keep track of description changes.
ALL = 0xffffffff
};
LLInventoryObserver();