| 317 | #endif |
| 318 | |
| 319 | void IDE::handleFocusChange(QWidget *old, QWidget *newW) |
| 320 | { |
| 321 | if (old==nullptr && newW!=nullptr && !modifiedFiles.empty()) { |
| 322 | fileModifiedTimeout(); |
| 323 | } |
| 324 | } |
| 325 | |
| 326 | void IDE::fileModifiedTimeout(void) |
| 327 | { |
nothing calls this directly
no outgoing calls
no test coverage detected