diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2024-06-10 17:06:06 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2024-06-10 19:25:02 +0300 |
commit | 0dcc912cecdfb365c1f4246545ece40ccb7bc18e (patch) | |
tree | ccf664c765d1adbbf4985069321df65c85ca36e2 /indra/newview/llfloaterbigpreview.h | |
parent | bd8438f7083643ae5812b14e35e69e69ef1616c6 (diff) | |
parent | d317454c82e016a02c8a708a0118f3ff29aa8e82 (diff) |
Merge main into inventory_favorites
# Conflicts:
# indra/llui/llfolderviewmodel.h
# indra/newview/llpanelwearing.cpp
# indra/newview/llwearableitemslist.cpp
Diffstat (limited to 'indra/newview/llfloaterbigpreview.h')
-rw-r--r-- | indra/newview/llfloaterbigpreview.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/indra/newview/llfloaterbigpreview.h b/indra/newview/llfloaterbigpreview.h index 513ed8da6e..62e878233b 100644 --- a/indra/newview/llfloaterbigpreview.h +++ b/indra/newview/llfloaterbigpreview.h @@ -1,4 +1,4 @@ -/** +/** * @file llfloaterbigpreview.h * @brief Display of extended (big) preview for snapshots * @author merov@lindenlab.com @@ -32,21 +32,21 @@ class LLFloaterBigPreview : public LLFloater { public: - LLFloaterBigPreview(const LLSD& key); + LLFloaterBigPreview(const LLSD& key); ~LLFloaterBigPreview(); - - BOOL postBuild(); - void draw(); - void onCancel(); + + BOOL postBuild(); + void draw(); + void onCancel(); void setPreview(LLView* previewp) { mPreviewHandle = previewp->getHandle(); } void setFloaterOwner(LLFloater* floaterp) { mFloaterOwner = floaterp; } bool isFloaterOwner(LLFloater* floaterp) const { return (mFloaterOwner == floaterp); } void closeOnFloaterOwnerClosing(LLFloater* floaterp); - + private: - LLHandle<LLView> mPreviewHandle; - LLUICtrl* mPreviewPlaceholder; + LLHandle<LLView> mPreviewHandle; + LLUICtrl* mPreviewPlaceholder; LLFloater* mFloaterOwner; }; |