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

Method openFiles

src/NotepadNextApplication.cpp:440–447  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

438}
439
440void NotepadNextApplication::openFiles(const QStringList &files)
441{
442 qInfo(Q_FUNC_INFO);
443
444 for (const QString &file : files) {
445 window->openFile(toLocalFileName(file));
446 }
447}
448
449void NotepadNextApplication::loadSettings()
450{

Callers

nothing calls this directly

Calls 2

toLocalFileNameFunction · 0.85
openFileMethod · 0.80

Tested by

no test coverage detected