summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterpreference.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llfloaterpreference.h')
-rwxr-xr-xindra/newview/llfloaterpreference.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/indra/newview/llfloaterpreference.h b/indra/newview/llfloaterpreference.h
index 1b42444c9e..66442a0b51 100755
--- a/indra/newview/llfloaterpreference.h
+++ b/indra/newview/llfloaterpreference.h
@@ -220,7 +220,9 @@ public:
// This function squirrels away the current values of the controls so that
// cancel() can restore them.
virtual void saveSettings();
-
+
+ void onChangePreset();
+
class Updater;
protected:
@@ -248,11 +250,13 @@ public:
void cancel();
void saveSettings();
void setHardwareDefaults();
+ void setPresetNamesInCombobox();
static const std::string getPresetsPath();
+
protected:
bool hasDirtyChilds();
void resetDirtyChilds();
-
+ void onPresetsListChange();
};
class LLFloaterPreferenceProxy : public LLFloater