summaryrefslogtreecommitdiff
path: root/indra/newview/llpaneloutfitedit.h
diff options
context:
space:
mode:
authorVladimir Pchelko <pchelko@productengine.com>2010-06-24 14:35:34 +0300
committerVladimir Pchelko <pchelko@productengine.com>2010-06-24 14:35:34 +0300
commit3735352328dbc835588b4a7026d2289f6706b5e8 (patch)
tree84fa5f954834be6971e468f0b06db41a5d366e14 /indra/newview/llpaneloutfitedit.h
parenta0cb8a35dc1419ed18ae031dfb201c68a6b14f4b (diff)
EXT-8008 FIXED Disable (+) button when worn item is selected (including multi-selection).
Reviewed by Neal Orman and Mike Antipov at https://codereview.productengine.com/secondlife/r/640/ --HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llpaneloutfitedit.h')
-rw-r--r--indra/newview/llpaneloutfitedit.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llpaneloutfitedit.h b/indra/newview/llpaneloutfitedit.h
index aa5d00903a..de1bf87fb3 100644
--- a/indra/newview/llpaneloutfitedit.h
+++ b/indra/newview/llpaneloutfitedit.h
@@ -192,7 +192,8 @@ private:
void onAddMoreButtonClicked();
void showFilteredWearablesListView(LLWearableType::EType type);
void onOutfitChanging(bool started);
- LLUUID getSelectedItemUUID();
+ void getSelectedItemsUUID(uuid_vec_t& uuid_list);
+ void getCurrentItemUUID(LLUUID& selected_id);
LLTextBox* mCurrentOutfitName;
LLTextBox* mStatus;