Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDAB/hotspot
/ onOpenFileButtonClicked
Method
onOpenFileButtonClicked
src/mainwindow.cpp:296–304 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
294
}
295
296
void MainWindow::onOpenFileButtonClicked()
297
{
298
const auto fileName = queryOpenDataFile();
299
if (fileName.isEmpty()) {
300
return;
301
}
302
303
openFile(fileName);
304
}
305
306
void MainWindow::onHomeButtonClicked()
307
{
Callers
nothing calls this directly
Calls
1
isEmpty
Method · 0.80
Tested by
no test coverage detected