MCPcopy Create free account
hub / github.com/deskflow/deskflow / daemonIpcClientConnectionFailed

Method daemonIpcClientConnectionFailed

src/lib/gui/MainWindow.cpp:1236–1241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1234}
1235
1236void MainWindow::daemonIpcClientConnectionFailed()
1237{
1238 if (deskflow::gui::messages::showDaemonOffline(this)) {
1239 m_coreProcess.retryDaemon();
1240 }
1241}
1242
1243void MainWindow::toggleCanRunCore(bool enableButtons)
1244{

Callers

nothing calls this directly

Calls 2

showDaemonOfflineFunction · 0.85
retryDaemonMethod · 0.80

Tested by

no test coverage detected