MCPcopy 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
296void MainWindow::onOpenFileButtonClicked()
297{
298 const auto fileName = queryOpenDataFile();
299 if (fileName.isEmpty()) {
300 return;
301 }
302
303 openFile(fileName);
304}
305
306void MainWindow::onHomeButtonClicked()
307{

Callers

nothing calls this directly

Calls 1

isEmptyMethod · 0.80

Tested by

no test coverage detected