diff options
author | Merov Linden <merov@lindenlab.com> | 2014-04-17 16:49:28 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2014-04-17 16:49:28 -0700 |
commit | 18da8170a7fc635281fae370e7fb43a361a5cc91 (patch) | |
tree | 36b868782822095389389b937c4b600ea395b62c /indra/newview/llfloatermarketplacelistings.h | |
parent | ccdffd9794229b59b7d022760540ce5f8d8ea133 (diff) |
DD-54 : WIP : Improved validation to wrap items and stock items within version folders if necessary. Also hooked up the audit button with the validation code though all printout happens in the log
Diffstat (limited to 'indra/newview/llfloatermarketplacelistings.h')
-rwxr-xr-x | indra/newview/llfloatermarketplacelistings.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloatermarketplacelistings.h b/indra/newview/llfloatermarketplacelistings.h index c9fe68a70c..960b6c55e0 100755 --- a/indra/newview/llfloatermarketplacelistings.h +++ b/indra/newview/llfloatermarketplacelistings.h @@ -55,6 +55,7 @@ private: void onViewSortMenuItemClicked(const LLSD& userdata); bool onViewSortMenuItemCheck(const LLSD& userdata); void onAddButtonClicked(); + void onAuditButtonClicked(); void onSelectionChange(LLInventoryPanel *panel, const std::deque<LLFolderViewItem*>& items, BOOL user_action); LLInventoryPanel* mAllPanel; |