| 643 | } |
| 644 | |
| 645 | void MainWindow::quitApp() const { |
| 646 | operate.closeHelperApp(); |
| 647 | Settings::setValue("MainWindow/Width", MainWindow::width()); |
| 648 | Settings::setValue("MainWindow/Height", MainWindow::height()); |
| 649 | (void) QCoreApplication::quit(); |
| 650 | } |
| 651 | |
| 652 | void MainWindow::timerSleepTimeout() { |
| 653 | qint64 timeNow = QDateTime::currentMSecsSinceEpoch(); |
nothing calls this directly
no test coverage detected