MCPcopy Create free account
hub / github.com/dail8859/NotepadNext / getFileDialogFilterForLanguage

Method getFileDialogFilterForLanguage

src/NotepadNextApplication.cpp:255–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253}
254
255QString NotepadNextApplication::getFileDialogFilterForLanguage(const QString &language) const
256{
257 getLuaState()->setVariable("langForFilter", language);
258 return getLuaState()->executeAndReturn<QString>("return FilterForLanguage(langForFilter)");
259}
260
261QStringList NotepadNextApplication::getLanguages() const
262{

Callers 3

saveCopyAsDialogMethod · 0.80
renameFileMethod · 0.80

Calls 1

setVariableMethod · 0.80

Tested by

no test coverage detected