Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1183
void MainWindow::openFile(const QString &filePath)
1184
{
1185
openFileList(QStringList() << filePath);
1186
}
1187
1188
void MainWindow::openFolderAsWorkspaceDialog()
1189
{
Callers
1
openFiles
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected