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

Method getFileDialogFilter

src/NotepadNextApplication.cpp:250–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248}
249
250QString NotepadNextApplication::getFileDialogFilter() const
251{
252 return getLuaState()->executeAndReturn<QString>("return DialogFilters()");
253}
254
255QString NotepadNextApplication::getFileDialogFilterForLanguage(const QString &language) const
256{

Callers 4

openFileDialogMethod · 0.80
saveCopyAsDialogMethod · 0.80
renameFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected