summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatermarketplacelistings.h
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2014-04-21 15:26:14 -0700
committerMerov Linden <merov@lindenlab.com>2014-04-21 15:26:14 -0700
commitcda6ac9e9b0dc9c75746440d98a98d3556ec9b4e (patch)
treed31844606df07076fd32e01087d87f80acfccb31 /indra/newview/llfloatermarketplacelistings.h
parent250f05861eeec06b864e57c1fda6a996b6a94029 (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-xindra/newview/llfloatermarketplacelistings.h16
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