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

Method openFile

src/dialogs/MainWindow.cpp:1183–1186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1181}
1182
1183void MainWindow::openFile(const QString &filePath)
1184{
1185 openFileList(QStringList() << filePath);
1186}
1187
1188void MainWindow::openFolderAsWorkspaceDialog()
1189{

Callers 1

openFilesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected