summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelprofileclassifieds.h
diff options
context:
space:
mode:
authormaxim_productengine <mnikolenko@productengine.com>2019-07-16 13:43:39 +0300
committermaxim_productengine <mnikolenko@productengine.com>2019-07-16 13:43:39 +0300
commit59a8f73725a23e748d9f54e033735535e617dce7 (patch)
tree2e0197932f4e995b6268f0972992c6b2c9bf62b8 /indra/newview/llpanelprofileclassifieds.h
parent8ba2b01de24f4ff7e067d5e0fc995cc4ab7fb9d5 (diff)
SL-11594 FIXED [Viewer Profile Project] 'OK' button does not save changes at 'Profile' - 'Classifieds' tab
Diffstat (limited to 'indra/newview/llpanelprofileclassifieds.h')
-rw-r--r--indra/newview/llpanelprofileclassifieds.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/indra/newview/llpanelprofileclassifieds.h b/indra/newview/llpanelprofileclassifieds.h
index 9bf9ff4a6b..53ee41cf04 100644
--- a/indra/newview/llpanelprofileclassifieds.h
+++ b/indra/newview/llpanelprofileclassifieds.h
@@ -88,6 +88,8 @@ public:
/*virtual*/ void updateData();
+ /*virtual*/ void apply();
+
private:
void onClickNewBtn();
void onClickDelete();
@@ -203,6 +205,8 @@ public:
const LLVector3d& global_pos,
const std::string& sim_name);
+ void doSave();
+
protected:
/*virtual*/ void resetData();
@@ -248,8 +252,6 @@ protected:
void onSetLocationClick();
void onChange();
- void doSave();
-
void onPublishFloaterPublishClicked();
void onTexturePickerMouseEnter();