diff options
author | Merov Linden <merov@lindenlab.com> | 2014-04-21 15:26:14 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2014-04-21 15:26:14 -0700 |
commit | cda6ac9e9b0dc9c75746440d98a98d3556ec9b4e (patch) | |
tree | d31844606df07076fd32e01087d87f80acfccb31 /indra/newview/llfloatermarketplacelistings.h | |
parent | 250f05861eeec06b864e57c1fda6a996b6a94029 (diff) |
DD-71 : Implement a new item properties floater, calls the same code as the sidepanel in the inventory but with the back button hidden
Diffstat (limited to 'indra/newview/llfloatermarketplacelistings.h')
-rwxr-xr-x | indra/newview/llfloatermarketplacelistings.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/indra/newview/llfloatermarketplacelistings.h b/indra/newview/llfloatermarketplacelistings.h index 1d3378791d..43665e643e 100755 --- a/indra/newview/llfloatermarketplacelistings.h +++ b/indra/newview/llfloatermarketplacelistings.h @@ -171,4 +171,20 @@ private: LLTextEditor* mEditor; }; +//----------------------------------------------------------------------------- +// LLFloaterItemProperties +//----------------------------------------------------------------------------- + +class LLFloaterItemProperties : public LLFloater +{ +public: + LLFloaterItemProperties(const LLSD& key); + virtual ~LLFloaterItemProperties(); + + BOOL postBuild(); + virtual void onOpen(const LLSD& key); + +private: +}; + #endif // LL_LLFLOATERMARKETPLACELISTINGS_H |