diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-06-06 18:55:33 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-06-06 18:55:33 +0300 |
commit | 0c6afa58de6b57ad41d31a3dddaac9ef30321960 (patch) | |
tree | e49f7897a1c643cf8ca93e06b3a5da383852ab40 /indra/newview/llpanelprofile.h | |
parent | c4aa8b1636b92f2b746df4ef319c10679883eb59 (diff) |
SL-15312 Larger image preview
At the moment without cursor handling
Diffstat (limited to 'indra/newview/llpanelprofile.h')
-rw-r--r-- | indra/newview/llpanelprofile.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llpanelprofile.h b/indra/newview/llpanelprofile.h index 549e84b1fa..4de5f274d8 100644 --- a/indra/newview/llpanelprofile.h +++ b/indra/newview/llpanelprofile.h @@ -180,6 +180,7 @@ private: void onSaveDescriptionChanges(); void onDiscardDescriptionChanges(); void onShowAgentPermissionsDialog(); + void onShowAgentProfileTexture(); void onOpenNotes(); private: @@ -203,6 +204,7 @@ private: LLIconCtrl* mCantEditObjectsIcon; LLHandle<LLFloater> mFloaterPermissionsHandle; + LLHandle<LLFloater> mFloaterProfileTextureHandle; bool mHasUnsavedDescriptionChanges; bool mVoiceStatus; |