Keep-alive. */
| 135 | Keep-alive. |
| 136 | */ |
| 137 | void uiIdle() override |
| 138 | { |
| 139 | #ifdef KDE_FIFO_TEST |
| 140 | if (fFifo == -1) |
| 141 | return; |
| 142 | |
| 143 | writeRetry(fFifo, "idle\n", 5); |
| 144 | #endif |
| 145 | } |
| 146 | |
| 147 | /** |
| 148 | Manage external process and IPC when UI is requested to be visible. |
nothing calls this directly
no test coverage detected