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