diff options
author | maxim_productengine <mnikolenko@productengine.com> | 2018-05-30 18:31:30 +0300 |
---|---|---|
committer | maxim_productengine <mnikolenko@productengine.com> | 2018-05-30 18:31:30 +0300 |
commit | 31bfc7ff47c95a9fc9c23ed101a07c071d07daaa (patch) | |
tree | 7f0c90f10238f38c1046e620bd4a1387f3711e3e /indra/newview/llfloaterautoreplacesettings.h | |
parent | 177f24f56fd6a3624efa1fa311c5a79025fbfa64 (diff) |
MAINT-8700 FIXED The File dialog disconnects the viewer if you do not choose upload files within the first minute
Diffstat (limited to 'indra/newview/llfloaterautoreplacesettings.h')
-rw-r--r-- | indra/newview/llfloaterautoreplacesettings.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llfloaterautoreplacesettings.h b/indra/newview/llfloaterautoreplacesettings.h index 629aea3e3c..2109aa7026 100644 --- a/indra/newview/llfloaterautoreplacesettings.h +++ b/indra/newview/llfloaterautoreplacesettings.h @@ -112,6 +112,9 @@ private: bool selectedListIsLast(); void cleanUp(); + + void loadListFromFile(const std::vector<std::string>& filenames); + void saveListToFile(const std::vector<std::string>& filenames, std::string listName); }; #endif // LLFLOATERAUTOREPLACESETTINGS_H |