diff options
| author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-05-01 08:16:58 +0300 |
|---|---|---|
| committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-05-01 08:16:58 +0300 |
| commit | 38c2a5bde985a6a8a96d912d432f8bdf7e5b60be (patch) | |
| tree | b3469444ea8dabe4e76a8a265ac086a9db78891c /indra/newview/llfloaterbigpreview.h | |
| parent | 9bf2dfbb39032d7407295089cf181de0987083e5 (diff) | |
| parent | e7eced3c87310b15ac20cc3cd470d67686104a14 (diff) | |
Merge branch 'marchcat/w-whitespace' into marchcat/x-ws-merge
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; }; |
