MCPcopy Create free account
hub / github.com/aldelaro5/dolphin-memory-engine / onOpenWatchFile

Method onOpenWatchFile

Source/GUI/MainWindow.cpp:469–474  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

467}
468
469void MainWindow::onOpenWatchFile()
470{
471 if (m_watcher->warnIfUnsavedChanges())
472 m_watcher->openWatchFile(QString());
473 updateStatusBar();
474}
475
476void MainWindow::onSaveWatchFile()
477{

Callers

nothing calls this directly

Calls 2

warnIfUnsavedChangesMethod · 0.80
openWatchFileMethod · 0.80

Tested by

no test coverage detected