Preference button to clear settings

This commit is contained in:
Siana Gearz
2012-03-05 19:05:30 +01:00
parent edd1b4d8e7
commit 5eb90ef9cd
7 changed files with 126 additions and 3 deletions

View File

@@ -46,6 +46,9 @@ public:
void apply();
void cancel();
static void LLPanelGeneral::onClickClearSettings(void*);
static void callbackResetAllSettings(const LLSD& notification, const LLSD& response);
};
#endif