diff options
author | Erik Kundiman <erik@megapahit.org> | 2023-06-05 20:14:03 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2023-07-19 15:56:21 +0800 |
commit | e7ad9b00ce677fc38f0dec809dc160e7bb307dd2 (patch) | |
tree | 86c9e59b3035226a01e969ea826a8a2f1b07e7d5 /indra/llfilesystem | |
parent | 33d8ae7e170d4789db81d4ee467e7913648cf3ed (diff) |
Stubs for missing implementations that use GTK
in order to get rid of undefined references to
`LLFilePicker::getOpenFileModeless(LLFilePicker::ELoadFilter, void (*)(bool, std::vector<std::string, std::allocator<std::string> >&, void*), void*)'
`LLFilePicker::getMultipleOpenFilesModeless(LLFilePicker::ELoadFilter, void (*)(bool, std::vector<std::string, std::allocator<std::string> >&, void*), void*)'
`LLFilePicker::getSaveFileModeless(LLFilePicker::ESaveFilter, std::string const&, void (*)(bool, std::string&, void*), void*)'
The UI has been relying on modeless file operations. UI implementations
for Linux would fall within the GTK scope, and there haven't been
implementations for these three methods yet. Even know they're
defined using member functions that do nothing, and return boolean
false.
Diffstat (limited to 'indra/llfilesystem')
0 files changed, 0 insertions, 0 deletions