| 554 | |
| 555 | |
| 556 | void OpenRGBDialog2::handleAboutToQuit() |
| 557 | { |
| 558 | QCloseEvent* closeEvent = new QCloseEvent; |
| 559 | this->closeEvent(closeEvent); |
| 560 | delete closeEvent; |
| 561 | } |
| 562 | |
| 563 | |
| 564 | void OpenRGBDialog2::changeEvent(QEvent *event) |
nothing calls this directly
no test coverage detected